HomeSort by: relevance | last modified time | path
    Searched refs:send_search_entry (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
search.c 127 rc = send_search_entry( op, rs );
237 send_search_entry( op, rs );
259 send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-passwd/
search.c 130 send_search_entry( op, rs );
182 send_search_entry( op, rs );
249 send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
search.c 90 rs->sr_err = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
result.c 116 send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
search.c 223 send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-null/
null.c 300 send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
dupent.c 326 * send_search_entry() honors the REP_CTRLS_MUSTBEFREED
339 rc = send_search_entry( op, rs );
446 /* NOTE: since send_search_entry() does not honor the
  /src/external/bsd/openldap/dist/servers/slapd/
search.c 356 send_search_entry( op, rs );
slap.h 2867 typedef int (SEND_SEARCH_ENTRY)(
2878 #define send_search_entry( op, rs ) \ macro
3009 SEND_SEARCH_ENTRY *c_send_search_entry;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
search.c 693 rs->sr_err = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 618 rc = send_search_entry( op, rs );
648 rc = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
sssvlv.c 593 rs->sr_err = send_search_entry( op, rs );
635 rs->sr_err = send_search_entry( op, rs );
retcode.c 172 rs->sr_err = send_search_entry( op, rs );
translucent.c 1228 rc = send_search_entry( op, rs );
syncprov.c 993 rs.sr_err = send_search_entry( op, &rs );
1007 rs.sr_err = send_search_entry( op, &rs );
dynlist.c 1744 rs->sr_err = send_search_entry( op, &r );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
lastmod.c 137 rs->sr_err = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacsess.c 98 rc = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 318 * let send_search_entry stuff it back into ber format. Slow & ugly,
388 rc = rs->sr_err = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c 455 rc = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 1115 rs->sr_err = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 795 rc = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 974 * let send_search_entry stuff it back into ber format. Slow & ugly,
2410 rc = send_search_entry( op, rs );
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
search.c 2535 rs->sr_err = send_search_entry( op, rs );
2544 * FIXME: send_search_entry failed;
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 1432 rc = send_search_entry( pb->pb_op, &rs );

Completed in 66 milliseconds

1 2