| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | sql-wrap.c | 478 ldap_pvt_thread_pool_setkey( op->o_threadctx, in backsql_free_db_conn() 499 if ( op->o_threadctx ) { in backsql_get_db_conn() 502 ldap_pvt_thread_pool_getkey( op->o_threadctx, in backsql_get_db_conn() 516 if ( op->o_threadctx ) { in backsql_get_db_conn() 519 ldap_pvt_thread_pool_setkey( op->o_threadctx, in backsql_get_db_conn()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | message_queue.c | 150 slap_op_free( op, op->o_threadctx ); in asyncmeta_free_op() 175 thrctx = op->o_threadctx; in asyncmeta_clear_bm_context() 196 slap_sl_mem_setctx(bc->op->o_threadctx, NULL); in asyncmeta_add_message_queue()
|
| H A D | add.c | 58 slap_sl_mem_setctx(op->o_threadctx, op->o_tmpmemctx); in asyncmeta_error_cleanup() 249 void *thrctx = op->o_threadctx; in asyncmeta_back_add()
|
| H A D | meta_result.c | 655 bc->op->o_threadctx = ctx; in asyncmeta_send_all_pending_ops() 704 bc->op->o_threadctx = ctx; in asyncmeta_return_bind_errors() 1427 bc->op->o_threadctx = ctx; in asyncmeta_op_read_error() 1574 bc->op->o_threadctx = ctx; in asyncmeta_op_handle_result() 1677 bc->op->o_threadctx = ctx; in asyncmeta_timeout_loop() 1735 bc->op->o_threadctx = ctx; in asyncmeta_timeout_loop()
|
| H A D | delete.c | 183 void *thrctx = op->o_threadctx; in asyncmeta_back_delete()
|
| H A D | compare.c | 192 void *thrctx = op->o_threadctx; in asyncmeta_back_compare()
|
| H A D | modrdn.c | 254 void *thrctx = op->o_threadctx; in asyncmeta_back_modrdn()
|
| H A D | modify.c | 244 void *thrctx = op->o_threadctx; in asyncmeta_back_modify()
|
| H A D | search.c | 65 slap_sl_mem_setctx(op->o_threadctx, op->o_tmpmemctx); in asyncmeta_handle_onerr_stop() 685 void *thrctx = op->o_threadctx; in asyncmeta_back_search()
|
| H A D | bind.c | 1692 asyncmeta_send_all_pending_ops( mc, candidate, op->o_threadctx, 1 ); in asyncmeta_dobind_init_with_retry()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | ctx.c | 74 rc = ldap_pvt_thread_pool_getkey(op->o_threadctx, in wt_ctx_get() 84 rc = ldap_pvt_thread_pool_setkey( op->o_threadctx, in wt_ctx_get()
|
| H A D | search.c | 109 if ( op->o_threadctx ) { in search_stack() 110 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)search_stack, in search_stack() 119 if ( op->o_threadctx ) { in search_stack() 120 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)search_stack, in search_stack()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | search.c | 308 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)scope_chunk_get, in scope_chunk_get() 314 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)scope_chunk_get, in scope_chunk_get() 324 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)scope_chunk_get, in scope_chunk_ret() 327 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)scope_chunk_get, in scope_chunk_ret() 1323 if ( op->o_threadctx ) { in search_stack() 1324 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)search_stack, in search_stack() 1339 if ( op->o_threadctx ) { in search_stack() 1340 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)search_stack, in search_stack()
|
| H A D | id2entry.c | 707 ctx = op->o_threadctx; in mdb_opinfo_get()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | txn.c | 262 o->o_threadctx = op->o_threadctx; in txn_end_extop()
|
| H A D | passwd.c | 525 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind, in slap_passwd_check() 548 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind, in slap_passwd_check()
|
| H A D | backend.c | 865 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind, in be_rootdn_bind() 872 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)slap_sasl_bind, in be_rootdn_bind()
|
| H A D | connection.c | 1043 op->o_threadctx = ctx; in connection_operation() 2049 op->o_threadctx = ctx; in operation_fake_init()
|
| H A D | slap.h | 2632 #define o_threadctx o_hdr->oh_threadctx macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | conn.c | 998 if ( op->o_threadctx ) { in meta_back_candidates_get() 1001 ldap_pvt_thread_pool_getkey( op->o_threadctx, in meta_back_candidates_get() 1013 if ( op->o_threadctx ) { in meta_back_candidates_get() 1017 ldap_pvt_thread_pool_setkey( op->o_threadctx, in meta_back_candidates_get()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
| H A D | slapd-totp.c | 812 ldap_pvt_thread_pool_setkey( op->o_threadctx, totp_op_cleanup, in totp_op_cleanup() 937 ldap_pvt_thread_pool_setkey( op->o_threadctx, in totp_op_bind()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 202 ldap_pvt_thread_pool_setkey( op->o_threadctx, smbk5pwd_op_cleanup, in smbk5pwd_op_cleanup() 222 ldap_pvt_thread_pool_setkey( op->o_threadctx, in smbk5pwd_op_bind()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | ndbio.cpp | 1518 if ( ldap_pvt_thread_pool_getkey( op->o_threadctx, ni, &data, NULL )) { in ndb_thread_handle() 1537 if (( rc = ldap_pvt_thread_pool_setkey( op->o_threadctx, ni, in ndb_thread_handle()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_ops.c | 276 op->o_threadctx = ldap_pvt_thread_pool_context(); in slapi_int_connection_init_pb()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | syncprov.c | 1079 op->o_threadctx = ctx; in syncprov_qtask() 2717 if ( m2->mi_op->o_threadctx == op->o_threadctx ) { in syncprov_op_mod()
|