Searched refs:refreshDone (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c426 ldap_sync_search_intermediate( ldap_sync_t *ls, LDAPMessage *res, int *refreshDone )
445 assert( refreshDone != NULL );
447 *refreshDone = 0;
538 *refreshDone = 1;
540 if ( ber_scanf( ber, "b", refreshDone ) == LBER_ERROR ) {
546 fprintf( stderr, "\t\tgot refreshDone=%s\n",
547 *refreshDone ? "TRUE" : "FALSE" );
554 if ( *refreshDone ) {
791 int refreshDone; local
807 rc = ldap_sync_search_intermediate( ls, res, &refreshDone );
894 int refreshDone; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c333 int refreshDone,
365 if ( refreshDone == 0 ) {
366 ber_printf( ber, "b", refreshDone );
328 syncprov_sendinfo( Operation *op, SlapReply *rs, int type, struct berval *cookie, int refreshDone, BerVarray syncUUIDs, int refreshDeletes ) argument

Completed in 89 milliseconds