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_CALLOC
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
syntax.c
144
SLAP_CALLOC
( 1, sizeof(struct sindexrec) );
146
Debug( LDAP_DEBUG_ANY, "
SLAP_CALLOC
Error\n" );
190
ssyn = (Syntax *)
SLAP_CALLOC
( 1, sizeof(Syntax) );
192
Debug( LDAP_DEBUG_ANY, "
SLAP_CALLOC
Error\n" );
266
ssyn->ssyn_sups = (Syntax **)
SLAP_CALLOC
( cnt + 1,
269
Debug( LDAP_DEBUG_ANY, "
SLAP_CALLOC
Error\n" );
oidm.c
137
om = (OidMacro *)
SLAP_CALLOC
( sizeof(OidMacro), 1 );
140
"%s:
SLAP_CALLOC
failed", c->argv[0] );
sasl.c
1384
SLAP_CALLOC
( 5, sizeof(sasl_callback_t));
slap.h
98
#define
SLAP_CALLOC
(n,s) ber_memcalloc((n),(s))
/src/external/bsd/openldap/dist/contrib/slapd-modules/cloak/
cloak.c
167
*cip = (cloak_info_t *)
SLAP_CALLOC
( 1, sizeof( cloak_info_t ) );
/src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c
301
conn = (vc_conn_t *)
SLAP_CALLOC
( 1, sizeof( vc_conn_t ) );
Completed in 54 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026