Home
last modified time | relevance | path

Searched refs:o_tmpmfuncs (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dstr2filter.c86 op.o_tmpmfuncs = &ch_mfuncs; in str2filter()
H A Dslap.h2634 #define o_tmpmfuncs o_hdr->oh_tmpmfuncs macro
2637 #define o_tmpalloc o_tmpmfuncs->bmf_malloc
2638 #define o_tmpcalloc o_tmpmfuncs->bmf_calloc
2639 #define o_tmprealloc o_tmpmfuncs->bmf_realloc
2640 #define o_tmpfree o_tmpmfuncs->bmf_free
H A Dconnection.c1089 op->o_tmpmfuncs = &ch_mfuncs; in connection_operation()
1102 op->o_tmpmfuncs = &slap_sl_mfuncs; in connection_operation()
2048 op->o_tmpmfuncs = &slap_sl_mfuncs; in operation_fake_init()
H A Dfilter.c606 op.o_tmpmfuncs = &slap_sl_mfuncs; in filter_free()
886 op.o_tmpmfuncs = &ch_mfuncs; in filter2bv_undef()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dtools.c309 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_next()
360 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_dn2id_get()
405 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_get_int()
724 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_put()
928 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_reindex()
1027 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_modify()
1128 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_entry_delete()
1240 op.o_tmpmfuncs = &ch_mfuncs; in mdb_tool_index_task()
H A Did2entry.c534 if ( op->o_hdr && op->o_tmpmfuncs ) { in mdb_entry_return()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dtools.cpp214 op.o_tmpmfuncs = &ch_mfuncs; in ndb_tool_dn2id_get()
262 op.o_tmpmfuncs = &ch_mfuncs; in ndb_tool_entry_get()
426 op.o_tmpmfuncs = &ch_mfuncs; in ndb_tool_entry_put()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dtools.c333 op.o_tmpmfuncs = &ch_mfuncs; in wt_tool_entry_put()
474 op.o_tmpmfuncs = &ch_mfuncs; in wt_tool_entry_reindex()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c278 op->o_tmpmfuncs = &ch_mfuncs; in slapi_int_connection_init_pb()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c900 op->o_tmpmfuncs = &ch_mfuncs; in monitor_search2ndn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c1078 op->o_tmpmfuncs = &slap_sl_mfuncs; in syncprov_qtask()