Searched refs:ldapconn_t (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | proto-ldap.h | 50 void ldap_back_release_conn_lock( ldapinfo_t *li, ldapconn_t **lcp, int dolock ); 52 int ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ); 53 int ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ); 55 int ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs, 57 int ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send… 67 extern ldapconn_t * ldap_back_conn_delete( ldapinfo_t *li, ldapconn_t *lc ); 85 ldapconn_t *lc,
|
H A D | bind.c | 69 ldap_back_conn_print( ldapconn_t *lc ) in ldap_back_conn_print() 110 ldapconn_t *lc; in ldap_back_print_conntree() 128 ldap_back_conn_print( (ldapconn_t *)edge->avl_data ); in ldap_back_print_conntree() 138 ldap_back_freeconn( ldapinfo_t *li, ldapconn_t *lc, int dolock ); 140 static ldapconn_t * 149 ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs, 153 ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, 163 ldap_back_schedule_conn_expiry( ldapinfo_t *li, ldapconn_t *lc ); 165 ldapconn_t * 166 ldap_back_conn_delete( ldapinfo_t *li, ldapconn_t *lc ) in ldap_back_conn_delete() [all …]
|
H A D | extended.c | 36 typedef int (ldap_back_exop_f)( Operation *op, SlapReply *rs, ldapconn_t **lc ); 54 ldapconn_t *lc = NULL; in ldap_back_extended_one() 118 ldapconn_t **lcp ) in ldap_back_exop_passwd() 122 ldapconn_t *lc = *lcp; in ldap_back_exop_passwd() 309 ldapconn_t **lcp ) in ldap_back_exop_generic() 313 ldapconn_t *lc = *lcp; in ldap_back_exop_generic()
|
H A D | back-ldap.h | 101 typedef struct ldapconn_t { struct 110 LDAP_TAILQ_ENTRY(ldapconn_t) lc_q; argument 181 } ldapconn_t; argument 394 LDAP_TAILQ_HEAD(lc_conn_priv_q, ldapconn_t) lic_priv;
|
H A D | unbind.c | 47 ldapconn_t *lc = NULL, lc_curr; in ldap_back_conn_destroy()
|
H A D | delete.c | 46 ldapconn_t *lc = NULL; in ldap_back_delete()
|
H A D | init.c | 273 ldapconn_t *lc = v_lc; in ldap_back_conn_free() 348 ldapconn_t *lc = LDAP_TAILQ_FIRST( &li->li_conn_priv[ i ].lic_priv ); in ldap_back_db_destroy()
|
H A D | compare.c | 46 ldapconn_t *lc = NULL; in ldap_back_compare()
|
H A D | monitor.c | 484 ldapconn_t *lc, in ldap_back_monitor_conn_entry() 544 ldapconn_t *lc; in ldap_back_monitor_conn_create() 576 ldapconn_t *lc = (ldapconn_t *)edge->avl_data; in ldap_back_monitor_conn_create()
|
H A D | modrdn.c | 46 ldapconn_t *lc = NULL; in ldap_back_modrdn()
|
H A D | modify.c | 46 ldapconn_t *lc = NULL; in ldap_back_modify()
|
H A D | add.c | 46 ldapconn_t *lc = NULL; in ldap_back_add()
|
H A D | search.c | 155 ldapconn_t *lc = NULL; in ldap_back_search() 934 ldapconn_t *lc = NULL; in ldap_back_entry_get()
|
H A D | config.c | 2141 ldapconn_t *lc = NULL; in ldap_back_exop_whoami()
|