Home
last modified time | relevance | path

Searched defs:ldap_common (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h452 struct ldap_common { struct
453 Sockbuf *ldc_sb; /* socket descriptor & buffer */
456 unsigned short ldc_lberoptions;
460 ber_len_t ldc_msgid;
465 TAvlnode *ldc_requests; /* list of outstanding requests */
467 LDAPMessage *ldc_responses; /* list of outstanding responses */
491 /* ldap_common refcnt - free only if 0 */ argument
493 unsigned int ldc_refcnt;
497 struct ldapoptions ldc_options;
544 struct ldap_common *ldc; argument