OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:searchstate
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
2837
typedef struct
searchstate
{
struct
2846
}
searchstate
;
typedef in typeref:struct:searchstate
2950
searchstate
*ss = op->o_callback->sc_private;
3114
searchstate
*ss = op->o_callback->sc_private;
3132
searchstate
*ss;
3540
cb = op->o_tmpcalloc(1, sizeof(slap_callback)+sizeof(
searchstate
), op->o_tmpmemctx);
3541
ss = (
searchstate
*)(cb+1);
syncprov.c
2837
typedef struct
searchstate
{
struct
2846
}
searchstate
;
typedef in typeref:struct:searchstate
2950
searchstate
*ss = op->o_callback->sc_private;
3114
searchstate
*ss = op->o_callback->sc_private;
3132
searchstate
*ss;
3540
cb = op->o_tmpcalloc(1, sizeof(slap_callback)+sizeof(
searchstate
), op->o_tmpmemctx);
3541
ss = (
searchstate
*)(cb+1);
Completed in 37 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026