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

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
message_queue.c 59 static void asyncmeta_memctx_put(void *threadctx, void *memctx)
62 slap_sl_mem_destroy((void *)1, memctx);
160 void *thrctx, *memctx; local
174 memctx = op->o_tmpmemctx;
179 asyncmeta_memctx_put(thrctx, memctx);
search.c 93 void *memctx = dc->memctx; local
99 ber_dupbv_x( fstr, &ber_bvnone, memctx );
111 filter_escape_value_x( &vtmp, &ntmp, memctx );
114 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
119 ber_memfree_x( ntmp.bv_val, memctx );
123 filter_escape_value_x( &f->f_av_value, &ntmp, memctx );
126 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
131 ber_memfree_x( ntmp.bv_val, memctx );
135 filter_escape_value_x( &f->f_av_value, &ntmp, memctx );
    [all...]
back-asyncmeta.h 445 void *memctx; member in struct:a_dncookie
  /src/external/bsd/openldap/dist/servers/slapd/
filterentry.c 169 void *memctx; local
176 memctx = NULL;
179 memctx = op->o_tmpmemctx;
308 bv, &nbv, memctx ) != LDAP_SUCCESS )
322 memfree( nbv.bv_val, memctx );
349 &mra->ma_value, &value, &text, memctx );
356 memfree( value.bv_val, memctx );
398 bv, &nbv, memctx ) != LDAP_SUCCESS )
412 memfree( nbv.bv_val, memctx );
422 memfree( value.bv_val, memctx );
    [all...]
sl_malloc.c 120 # define SET_MEMCTX(thrctx, memctx, kfree) \
121 ldap_pvt_thread_pool_setkey(thrctx,memctx_key, memctx,kfree, NULL,NULL)
196 void *memctx; local
203 sh = GET_MEMCTX(thrctx, &memctx);
290 void *memctx
293 SET_MEMCTX(thrctx, memctx, slap_sl_mem_destroy);
673 void *memctx; local
678 sh = GET_MEMCTX(ldap_pvt_thread_pool_context(), &memctx);
719 Debug(level, "NULL memctx\n" );
connection.c 1031 void *memctx = NULL; local
1105 memctx = slap_sl_mem_create( memsiz, SLAP_SLAB_STACK, ctx, 1 );
1106 op->o_tmpmemctx = memctx;
1113 ber_set_option( op->o_ber, LBER_OPT_BER_MEMCTX, &memctx );
1129 * else with it now. Detach memctx too.
  /src/external/mpl/bind/dist/lib/isc/include/isc/
dnsstream.h 114 isc_mem_t *memctx, isc_dnsstream_assembler_cb_t cb,
122 *\li 'memctx' is not NULL;
137 isc_dnsstream_assembler_new(isc_mem_t *memctx, isc_dnsstream_assembler_cb_t cb,
145 *\li 'memctx' is not NULL;
230 isc_mem_t *memctx, isc_dnsstream_assembler_cb_t cb,
233 REQUIRE(memctx != NULL);
238 isc_mem_attach(memctx, &dnsasm->mctx);
263 isc_dnsstream_assembler_new(isc_mem_t *memctx, isc_dnsstream_assembler_cb_t cb,
267 REQUIRE(memctx != NULL);
270 newasm = isc_mem_get(memctx, sizeof(*newasm))
279 isc_mem_t *memctx = NULL; local
    [all...]

Completed in 30 milliseconds