Syntax
#include "slapi-plugin.h" int slapi_berval_cmp (const struct berval *L, const struct berval *R); Parameters
#include "slapi-plugin.h" int slapi_berval_cmp (const struct berval *L, const struct berval *R);
The function has the following parameters:
L
R
Returns
One of the following values:
a negative value if L is less than R
0 if L is equal to R
a positive value if L is greater than R