Home
last modified time | relevance | path

Searched refs:refreshDone (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c426 ldap_sync_search_intermediate( ldap_sync_t *ls, LDAPMessage *res, int *refreshDone ) in ldap_sync_search_intermediate() argument
445 assert( refreshDone != NULL ); in ldap_sync_search_intermediate()
447 *refreshDone = 0; in ldap_sync_search_intermediate()
538 *refreshDone = 1; in ldap_sync_search_intermediate()
540 if ( ber_scanf( ber, "b", refreshDone ) == LBER_ERROR ) { in ldap_sync_search_intermediate()
547 *refreshDone ? "TRUE" : "FALSE" ); in ldap_sync_search_intermediate()
554 if ( *refreshDone ) { in ldap_sync_search_intermediate()
791 int refreshDone; in ldap_sync_init() local
807 rc = ldap_sync_search_intermediate( ls, res, &refreshDone ); in ldap_sync_init()
808 if ( rc != LDAP_SUCCESS || refreshDone ) { in ldap_sync_init()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4533.txt312 Message having a FALSE refreshDone value. In the case that both the
578 refreshDone BOOLEAN DEFAULT TRUE
582 refreshDone BOOLEAN DEFAULT TRUE
818 refreshDone, which is always FALSE in the refreshOnly mode of Sync
868 refreshDone value set to TRUE instead of a SearchResultDone Message
994 Message with a refreshDone value of TRUE.
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws99 refreshDone
H A Dreplication.sdf176 a Sync Info message with refreshDone=TRUE. It also sends a
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c333 int refreshDone, in syncprov_sendinfo() argument
365 if ( refreshDone == 0 ) { in syncprov_sendinfo()
366 ber_printf( ber, "b", refreshDone ); in syncprov_sendinfo()