42.13. slapi_value_init_berval()
This function initializes the Slapi_Value structure with the value contained in the berval structure. The content of the berval structure is duplicated.
#include "slapi-plugin.h" slapi_value_init_berval(Slapi_Value *v, struct berval *bval);
This function takes the following parameters:
|
v
| Pointer to the value to initialize. The pointer must not be NULL. |
|
bval
| Pointer to the berval structure to be used to initialize the value. |
This function returns a pointer to the initialized Slapi_Value structure (itself).

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.