HomeSort by: relevance | last modified time | path
    Searched defs:thrctx (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
slapauth.c 91 void *thrctx; local
98 thrctx = ldap_pvt_thread_pool_context();
99 connection_fake_init( &conn, &opbuf, thrctx );
slapschema.c 57 void *thrctx; local
91 thrctx = ldap_pvt_thread_pool_context();
92 connection_fake_init( &conn, &opbuf, thrctx );
slapacl.c 93 void *thrctx; local
117 thrctx = ldap_pvt_thread_pool_context();
118 connection_fake_init( &conn, &opbuf, thrctx );
sasl.c 1147 void *thrctx; local
1153 thrctx = ldap_pvt_thread_pool_context();
1154 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
bconfig.c 4380 void *thrctx = ldap_pvt_thread_pool_context(); local
4383 connection_fake_init( &conn, &opbuf, thrctx );
4437 ldap_pvt_thread_pool_context_reset( thrctx );
7472 void *thrctx = NULL; local
7497 thrctx = ldap_pvt_thread_pool_context();
7498 connection_fake_init( &conn, &opbuf, thrctx );
7692 if ( thrctx )
7693 ldap_pvt_thread_pool_context_reset( thrctx );
7924 void *thrctx; local
7949 thrctx = ldap_pvt_thread_pool_context()
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
init.c 241 void *thrctx = ldap_pvt_thread_pool_context(); local
549 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
init.c 166 void *thrctx = ldap_pvt_thread_pool_context(); local
201 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
rbacsess.c 428 void *thrctx = ldap_pvt_thread_pool_context(); local
430 void *thrctx = op->o_tmpmemctx; local
486 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
529 // void *thrctx = ldap_pvt_thread_pool_context();
531 // void *thrctx = op->o_tmpmemctx;
587 //connection_fake_init2( &conn, &opbuf, thrctx, 0 );
843 void *thrctx = ldap_pvt_thread_pool_context(); local
845 void *thrctx = op->o_tmpmemctx; local
880 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
add.c 250 void *thrctx = op->o_threadctx; local
compare.c 192 void *thrctx = op->o_threadctx; local
delete.c 183 void *thrctx = op->o_threadctx; local
message_queue.c 160 void *thrctx, *memctx; local
175 thrctx = op->o_threadctx;
179 asyncmeta_memctx_put(thrctx, memctx);
modify.c 240 void *thrctx = op->o_threadctx; local
modrdn.c 254 void *thrctx = op->o_threadctx; local
search.c 686 void *thrctx = op->o_threadctx; local
  /src/external/bsd/openldap/dist/contrib/slapd-modules/usn/
usn.c 179 void *thrctx = NULL; local
181 thrctx = ldap_pvt_thread_pool_context();
182 connection_fake_init( &conn, &opbuf, thrctx );
234 void *thrctx; local
241 thrctx = ldap_pvt_thread_pool_context();
242 connection_fake_init( &conn, &opbuf, thrctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
lastmod.c 829 void *thrctx = ldap_pvt_thread_pool_context(); local
842 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 2111 void *thrctx = ldap_pvt_thread_pool_context(); local
2121 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 861 void *thrctx; local
872 thrctx = ldap_pvt_thread_pool_context();
873 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c 985 void *thrctx; local
1011 thrctx = ldap_pvt_thread_pool_context();
1012 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
dds.c 1791 void *thrctx = ldap_pvt_thread_pool_context(); local
1819 rc = dds_count( thrctx, be );
pcache.c 2116 void *thrctx = ldap_pvt_thread_pool_context(); local
2118 connection_fake_init( &conn, &opbuf, thrctx );
2234 void *thrctx = ldap_pvt_thread_pool_context(); local
2236 connection_fake_init( &conn, &opbuf, thrctx );
2322 void *thrctx = ldap_pvt_thread_pool_context(); local
2327 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
4667 void *thrctx = ldap_pvt_thread_pool_context(); local
4678 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
4854 void *thrctx; local
4863 thrctx = ldap_pvt_thread_pool_context()
    [all...]
syncprov.c 3995 void *thrctx = NULL; local
4016 thrctx = ldap_pvt_thread_pool_context();
4017 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
4143 void *thrctx; local
4145 thrctx = ldap_pvt_thread_pool_context();
4146 connection_fake_init2( &conn, &opbuf, thrctx, 0 );

Completed in 60 milliseconds