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

  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 250 static struct berval sync_cookie = { 0, NULL }; variable in typeref:struct:berval
602 ber_str2bv( cookiep, 0, 0, &sync_cookie );
617 ber_str2bv( cookiep, 0, 0, &sync_cookie );
1235 if ( sync_cookie.bv_len == 0 ) {
1239 &sync_cookie );
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 1785 struct sync_cookie { struct
1793 LDAP_STAILQ_ENTRY(sync_cookie) sc_next;
1796 LDAP_STAILQ_HEAD( slap_sync_cookie_s, sync_cookie );

Completed in 69 milliseconds