HomeSort by: relevance | last modified time | path
    Searched refs:Slapi_Value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
slapi-plugin.h 33 typedef struct slapi_value Slapi_Value;
98 int slapi_attr_add_value( Slapi_Attr *a, const Slapi_Value *v );
111 int slapi_attr_first_value( Slapi_Attr *a, Slapi_Value **v );
112 int slapi_attr_next_value( Slapi_Attr *a, int hint, Slapi_Value **v );
117 int slapi_entry_attr_merge_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals );
126 int slapi_entry_attr_merge_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals );
127 int slapi_entry_add_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals );
129 int slapi_entry_delete_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals );
130 int slapi_entry_merge_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 588 slapi_entry_add_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals )
651 slapi_entry_delete_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals )
657 slapi_entry_merge_values_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals )
663 slapi_entry_add_value(Slapi_Entry *e, const char *type, const Slapi_Value *value)
674 rc = attr_merge_normalize_one( e, ad, (Slapi_Value *)value, NULL );
685 Slapi_Value val;
696 Slapi_Value *vals[2];
697 Slapi_Value val;
708 slapi_entry_attr_merge_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals )
742 slapi_entry_attr_replace_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals
    [all...]

Completed in 18 milliseconds