HomeSort by: relevance | last modified time | path
    Searched defs:matched_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c 1226 void *matched_ctx = NULL; local
1333 matched_ctx = op->o_tmpmemctx;
1354 op->o_tmpfree( (char *)rs->sr_matched, matched_ctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 972 void *matched_ctx = NULL; local
1234 matched_ctx = op->o_tmpmemctx;
1255 op->o_tmpfree( (char *)rs->sr_matched, matched_ctx );

Completed in 25 milliseconds