Lines Matching defs:ld

58 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp )  in nsldapi_alloc_ber_with_options()
79 nsldapi_set_ber_options( LDAP *ld, BerElement *ber ) in nsldapi_set_ber_options()
94 nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype, in nsldapi_send_initial_request()
146 LDAP *ld, /* session handle */ in nsldapi_send_server_request()
321 nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit, in nsldapi_ber_flush()
358 nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, in nsldapi_new_connection()
531 find_connection( LDAP *ld, LDAPServer *srv, int any ) in find_connection()
561 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection()
569 nsldapi_free_connection( LDAP *ld, LDAPConn *lc, LDAPControl **serverctrls, in nsldapi_free_connection()
630 nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all ) in nsldapi_dump_connection()
678 nsldapi_dump_requests_and_responses( LDAP *ld ) in nsldapi_dump_requests_and_responses()
733 nsldapi_free_request( LDAP *ld, LDAPRequest *lr, int free_conn ) in nsldapi_free_request()
814 nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, in nsldapi_chase_v2_referrals()
891 nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **v3refs, in nsldapi_chase_v3_refs()
946 chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq, in chase_one_referral()
1073 nsldapi_append_referral( LDAP *ld, char **referralsp, char *s ) in nsldapi_append_referral()
1105 re_encode_request( LDAP *ld, BerElement *origber, int msgid, LDAPURLDesc *ludp, in re_encode_request()
1221 nsldapi_find_request_by_msgid( LDAP *ld, int msgid ) in nsldapi_find_request_by_msgid()
1242 nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb ) in nsldapi_connection_lost_nolock()
1268 dn2servers( LDAP *ld, char *dn ) /* dn can also be a domain.... */ in dn2servers()