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

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
ctx.c 92 rc = ldap_pvt_thread_pool_getkey(op->o_threadctx,
100 rc = ldap_pvt_thread_pool_setkey( op->o_threadctx,
search.c 108 if ( op->o_threadctx ) {
109 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)search_stack,
118 if ( op->o_threadctx ) {
119 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)search_stack,
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
message_queue.c 150 slap_op_free( op, op->o_threadctx );
175 thrctx = op->o_threadctx;
196 slap_sl_mem_setctx(bc->op->o_threadctx, NULL);
add.c 58 slap_sl_mem_setctx(op->o_threadctx, op->o_tmpmemctx);
59 operation_counter_init( op, op->o_threadctx );
250 void *thrctx = op->o_threadctx;
meta_result.c 655 bc->op->o_threadctx = ctx;
705 bc->op->o_threadctx = ctx;
1429 bc->op->o_threadctx = ctx;
1582 bc->op->o_threadctx = ctx;
1700 op->o_threadctx = ctx;
1758 bc->op->o_threadctx = ctx;
compare.c 192 void *thrctx = op->o_threadctx;
delete.c 183 void *thrctx = op->o_threadctx;
modrdn.c 254 void *thrctx = op->o_threadctx;
search.c 65 slap_sl_mem_setctx(op->o_threadctx, op->o_tmpmemctx);
66 operation_counter_init( op, op->o_threadctx );
686 void *thrctx = op->o_threadctx;
modify.c 240 void *thrctx = op->o_threadctx;
bind.c 1712 asyncmeta_send_all_pending_ops( mc, candidate, op->o_threadctx, 1 );
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
sql-wrap.c 478 ldap_pvt_thread_pool_setkey( op->o_threadctx,
499 if ( op->o_threadctx ) {
502 ldap_pvt_thread_pool_getkey( op->o_threadctx,
516 if ( op->o_threadctx ) {
519 ldap_pvt_thread_pool_setkey( op->o_threadctx,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 297 operation_counter_init( conn->op, op->o_threadctx );
304 connection_fake_init2( &conn->connbuf, &conn->opbuf, op->o_threadctx, 0 );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 308 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)scope_chunk_get,
314 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)scope_chunk_get,
324 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)scope_chunk_get,
327 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)scope_chunk_get,
1321 if ( op->o_threadctx ) {
1322 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)search_stack,
1337 if ( op->o_threadctx ) {
1338 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)search_stack,
id2entry.c 720 ctx = op->o_threadctx;
  /src/external/bsd/openldap/dist/servers/slapd/
txn.c 262 o->o_threadctx = op->o_threadctx;
passwd.c 527 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind,
550 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind,
backend.c 860 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind,
867 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind,
connection.c 1048 op->o_threadctx = ctx;
2056 op->o_threadctx = ctx;
slap.h 2648 #define o_threadctx o_hdr->oh_threadctx macro
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 812 ldap_pvt_thread_pool_setkey( op->o_threadctx, totp_op_cleanup,
937 ldap_pvt_thread_pool_setkey( op->o_threadctx,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 203 ldap_pvt_thread_pool_setkey( op->o_threadctx, smbk5pwd_op_cleanup,
223 ldap_pvt_thread_pool_setkey( op->o_threadctx,
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c 277 op->o_threadctx = ldap_pvt_thread_pool_context();
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 1100 op->o_threadctx = ctx;
2765 if ( m2->mi_op->o_threadctx == op->o_threadctx ) {
pcache.c 3510 slap_sl_mem_create(SLAP_SLAB_SIZE, SLAP_SLAB_STACK, op->o_threadctx, 1 );

Completed in 34 milliseconds