42.16. slapi_value_new()
This function returns an empty Slapi_Value structure. You can call other functions of the API to set the value.
#include "slapi-plugin.h" slapi_value_new();
This function does not take any parameters.
This function returns a pointer to the newly allocated Slapi_Value structure. If space cannot be allocated (for example, if no more virtual memory exists), the slapd program terminates.
When you are no longer using the value, free it from memory by calling slapi_value_free().

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.