42.15. slapi_value_init_string_passin()
This function initializes a Slapi_Value structure with the value contained in the string. The string is not duplicated and must be freed.
#include "slapi-plugin.h" Slapi_Value * slapi_value_init_string_passin (Slapi_value *v, char *s);
This function takes the following parameters:
|
v
| Pointer to the value to initialize. The pointer must not be NULL. |
|
s
| A null-terminated string used to initialize the value. |
This function returns a pointer to the initialized Slapi_Value structure (itself).
The string will be freed when the Slapi_Value structure is freed from memory by calling slapi_value_init_string_passin().

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.