OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OidMacro
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
oidm.c
34
static LDAP_STAILQ_HEAD(OidMacroList,
OidMacro
) om_list
37
OidMacro
*om_sys_tail;
46
OidMacro
*om;
88
OidMacro
*om;
105
OidMacro
**rom)
108
OidMacro
*om = NULL, *prev = NULL;
137
om = (
OidMacro
*) SLAP_CALLOC( sizeof(
OidMacro
), 1 );
176
void oidm_unparse( BerVarray *res,
OidMacro
*start,
OidMacro
*end, int sys
[
all
...]
slap.h
351
typedef struct
OidMacro
OidMacro
;
383
struct
OidMacro
{
389
LDAP_STAILQ_ENTRY(
OidMacro
) som_next;
proto-slap.h
1493
BerVarray *bva,
OidMacro
*start,
OidMacro
*end, int system ));
1495
struct config_args_s *ca, int user,
OidMacro
**om ));
bconfig.c
73
OidMacro
*c_om_head, *c_om_tail;
105
extern
OidMacro
*om_sys_tail; /* oidm.c */
109
static
OidMacro
*cf_om_tail;
2101
OidMacro
*om;
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026