HomeSort by: relevance | last modified time | path
    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