OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lconn_rebind_queue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
request.c
828
if ( lc->
lconn_rebind_queue
!= NULL) {
830
for( i = 0; lc->
lconn_rebind_queue
[i] != NULL; i++ ) {
831
LDAP_VFREE( lc->
lconn_rebind_queue
[i] );
833
LDAP_FREE( lc->
lconn_rebind_queue
);
890
if ( lc->
lconn_rebind_queue
!= NULL) {
893
for ( i = 0; lc->
lconn_rebind_queue
[i] != NULL; i++ ) {
895
for( j = 0; lc->
lconn_rebind_queue
[i][j] != 0; j++ ) {
897
i, j, lc->
lconn_rebind_queue
[i][j] );
1223
if( lc->
lconn_rebind_queue
== NULL ) {
1225
lc->
lconn_rebind_queue
[
all
...]
ldap-int.h
381
char ***
lconn_rebind_queue
; /* used if rebind in progress */
member in struct:ldap_conn
Completed in 56 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026