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_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
attr.c
52
typedef struct
slap_list
{
struct
53
struct
slap_list
*next;
54
}
slap_list
;
typedef in typeref:struct:slap_list
55
static
slap_list
*attr_chunks;
63
slap_list
*s;
67
s = ch_calloc( 1, sizeof(
slap_list
) + num * sizeof(Attribute));
719
slap_list
*a;
entry.c
69
typedef struct
slap_list
{
struct
70
struct
slap_list
*next;
71
}
slap_list
;
typedef in typeref:struct:slap_list
72
static
slap_list
*entry_chunks;
78
slap_list
*e;
508
slap_list
*s;
520
s = ch_calloc( 1, sizeof(
slap_list
) + num * sizeof(Entry));
Completed in 24 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026