OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDAP_BACK_SENDRESULT
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
compare.c
71
(
LDAP_BACK_SENDRESULT
| retrying ) );
delete.c
68
(
LDAP_BACK_SENDRESULT
| retrying ) );
modrdn.c
101
(
LDAP_BACK_SENDRESULT
| retrying ) );
add.c
111
(
LDAP_BACK_SENDRESULT
| retrying ) );
modify.c
113
(
LDAP_BACK_SENDRESULT
| retrying ) );
back-ldap.h
431
LDAP_BACK_SENDRESULT
= (LDAP_BACK_SENDOK|LDAP_BACK_SENDERR),
437
LDAP_BACK_BIND_SRES = (LDAP_BACK_BINDING|
LDAP_BACK_SENDRESULT
),
443
LDAP_BACK_RETRY_SRES = (LDAP_BACK_RETRYING|
LDAP_BACK_SENDRESULT
),
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
delete.c
87
mt->mt_timeout[ SLAP_OP_DELETE ], (
LDAP_BACK_SENDRESULT
| retrying ) );
compare.c
135
mt->mt_timeout[ SLAP_OP_COMPARE ], (
LDAP_BACK_SENDRESULT
| retrying ) );
modrdn.c
150
mt->mt_timeout[ SLAP_OP_MODRDN ], (
LDAP_BACK_SENDRESULT
| retrying ) );
add.c
188
mt->mt_timeout[ SLAP_OP_ADD ], (
LDAP_BACK_SENDRESULT
| retrying ) );
modify.c
188
mt->mt_timeout[ SLAP_OP_MODIFY ], (
LDAP_BACK_SENDRESULT
| retrying ) );
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
compare.c
230
bc->sendok = (
LDAP_BACK_SENDRESULT
| bc->retrying );
delete.c
222
bc->sendok = (
LDAP_BACK_SENDRESULT
| bc->retrying );
modrdn.c
292
bc->sendok = (
LDAP_BACK_SENDRESULT
| bc->retrying );
add.c
288
bc->sendok = (
LDAP_BACK_SENDRESULT
| bc->retrying );
modify.c
278
bc->sendok = (
LDAP_BACK_SENDRESULT
| bc->retrying );
Completed in 24 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026