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

  /src/external/bsd/openldap/dist/libraries/libldap/
unbind.c 122 while ( ld->ld_conns != NULL ) {
123 ldap_free_connection( ld, ld->ld_conns, 1, close );
request.c 532 lc->lconn_next = ld->ld_conns;
533 ld->ld_conns = lc;
698 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
750 for ( prevlc = NULL, tmplc = ld->ld_conns;
756 ld->ld_conns = tmplc->lconn_next;
result.c 319 ldap_dump_connection( ld, ld->ld_conns, 1 );
333 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
388 for ( lc = ld->ld_conns;
ldap-int.h 488 #define ld_conns ldc->ldc_conns macro
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ad.c 215 ber_sockbuf_add_io(ld->ld_conns->lconn_sb, &ldap_tsasl_io,

Completed in 38 milliseconds