OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ls_cookie
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/librewrite/
session.c
42
assert( s1->
ls_cookie
!= NULL );
43
assert( s2->
ls_cookie
!= NULL );
45
return ( ( s1->
ls_cookie
< s2->
ls_cookie
) ? -1 :
46
( ( s1->
ls_cookie
> s2->
ls_cookie
) ? 1 : 0 ) );
65
assert( s1->
ls_cookie
!= NULL );
66
assert( s2->
ls_cookie
!= NULL );
68
assert( s1->
ls_cookie
!= s2->
ls_cookie
);
[
all
...]
rewrite-int.h
256
void *
ls_cookie
;
member in struct:rewrite_session
/src/external/bsd/openldap/dist/libraries/libldap/
ldap_sync.c
117
if ( ls->
ls_cookie
.bv_val != NULL ) {
118
ldap_memfree( ls->
ls_cookie
.bv_val );
119
ls->
ls_cookie
.bv_val = NULL;
200
ber_bvreplace( &ls->
ls_cookie
, &cookie );
347
ber_bvreplace( &ls->
ls_cookie
, &cookie );
482
ber_bvreplace( &ls->
ls_cookie
, &cookie );
530
ber_bvreplace( &ls->
ls_cookie
, &cookie );
576
ber_bvreplace( &ls->
ls_cookie
, &cookie );
689
if ( ls->
ls_cookie
.bv_val == NULL && ls->ls_reloadHint != 0 ) {
711
if ( ls->
ls_cookie
.bv_val != NULL )
[
all
...]
/src/external/bsd/openldap/dist/include/
ldap.h
964
struct berval
ls_cookie
;
member in struct:ldap_sync_t
Completed in 18 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026