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

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 798 const char *timeout_text; local
801 timeout_text = NULL;
805 timeout_text = "Operation timed out before it was sent to target";
808 rs->sr_text = timeout_text;
bind.c 281 const char *timeout_text = "Operation timed out"; local
293 timeout_text = NULL;
343 rs->sr_text = timeout_text;
meta_result.c 1753 const char *timeout_text; local
1771 timeout_text = "Operation is invalid - target connection has been reset";
1782 timeout_text = NULL;
1784 timeout_text = "Operation timed out";
1811 rs->sr_text = timeout_text;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 331 const char *timeout_text = "Operation timed out"; local
343 timeout_text = NULL;
403 rs->sr_text = timeout_text;
997 const char *timeout_text = "Operation timed out"; local
1011 timeout_text = NULL;
1042 rs->sr_text = timeout_text;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 1753 const char *timeout_text = "Operation timed out"; local
1767 timeout_text = NULL;
1821 rs->sr_text = timeout_text;

Completed in 33 milliseconds