OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLAP_SLAB_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
connection.c
1101
if (
SLAP_SLAB_SIZE
> memsiz ) memsiz =
SLAP_SLAB_SIZE
;
1103
memsiz =
SLAP_SLAB_SIZE
;
2053
op->o_tmpmemctx = slap_sl_mem_create(
SLAP_SLAB_SIZE
, SLAP_SLAB_STACK, ctx,
slap.h
3092
#define
SLAP_SLAB_SIZE
(1024*1024)
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c
1508
oldctx = slap_sl_mem_create(
SLAP_SLAB_SIZE
, SLAP_SLAB_STACK, ctx, 0); /* get existing memctx */
1682
void *oldctx = slap_sl_mem_create(
SLAP_SLAB_SIZE
, SLAP_SLAB_STACK, ctx, 0);
/src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c
3510
slap_sl_mem_create(
SLAP_SLAB_SIZE
, SLAP_SLAB_STACK, op->o_threadctx, 1 );
syncprov.c
1098
op->o_tmpmemctx = slap_sl_mem_create(
SLAP_SLAB_SIZE
, SLAP_SLAB_STACK, ctx, 1);
Completed in 52 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026