Searched defs:SlapReply (Results 1 – 1 of 1) sorted by relevance
375 typedef struct SlapReply SlapReply; typedef2141 struct SlapReply { struct2142 slap_reply_t sr_type;2143 ber_tag_t sr_tag;2144 ber_int_t sr_msgid;2145 ber_int_t sr_err;2146 const char *sr_matched;2147 const char *sr_text;2148 BerVarray sr_ref;2149 LDAPControl **sr_ctrls;[all …]