Home
last modified time | relevance | path

Searched refs:slapi_entry_add_value (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h132 int slapi_entry_add_value(Slapi_Entry *e, const char *type, const Slapi_Value *value);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c659 slapi_entry_add_value(Slapi_Entry *e, const char *type, const Slapi_Value *value) in slapi_entry_add_value() function
686 return slapi_entry_add_value( e, type, &val ); in slapi_entry_add_string()