Searched refs:ls_cookie (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Dsession.c40 assert( s1->ls_cookie != NULL );
41 assert( s2->ls_cookie != NULL );
43 return ( ( s1->ls_cookie < s2->ls_cookie ) ? -1 :
44 ( ( s1->ls_cookie > s2->ls_cookie ) ? 1 : 0 ) );
63 assert( s1->ls_cookie != NULL );
64 assert( s2->ls_cookie != NULL );
66 assert( s1->ls_cookie != s2->ls_cookie );
[all...]
H A Drewrite-int.h253 void *ls_cookie; member in struct:rewrite_session
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap_sync.c114 if ( ls->ls_cookie.bv_val != NULL ) {
115 ldap_memfree( ls->ls_cookie.bv_val );
116 ls->ls_cookie.bv_val = NULL;
197 ber_bvreplace( &ls->ls_cookie, &cookie );
344 ber_bvreplace( &ls->ls_cookie, &cookie );
479 ber_bvreplace( &ls->ls_cookie, &cookie );
527 ber_bvreplace( &ls->ls_cookie, &cookie );
573 ber_bvreplace( &ls->ls_cookie, &cookie );
686 if ( ls->ls_cookie.bv_val == NULL && ls->ls_reloadHint != 0 ) {
708 if ( ls->ls_cookie
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap.h929 struct berval ls_cookie; member in struct:ldap_sync_t

Completed in 124 milliseconds