Searched refs:rctrlp (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | syncrepl.c | 1268 LDAPControl **rctrls = NULL, *rctrlp = NULL; in do_syncrep2() local 1310 … rctrlp = ldap_control_find( LDAP_CONTROL_PERSIST_ENTRY_CHANGE_NOTICE, rctrls, &next ); in do_syncrep2() 1311 if ( rctrlp ) { in do_syncrep2() 1343 … rctrlp = ldap_control_find( LDAP_CONTROL_SYNC_STATE, rctrls, &next ); in do_syncrep2() 1355 if ( rctrlp == NULL ) { in do_syncrep2() 1363 ber_init2( ber, &rctrlp->ldctl_value, LBER_USE_DER ); in do_syncrep2() 1589 … rctrlp = ldap_control_find( LDAP_CONTROL_SYNC_DONE, rctrls, &next ); in do_syncrep2() 1600 if ( rctrlp ) { in do_syncrep2() 1601 ber_init2( ber, &rctrlp->ldctl_value, LBER_USE_DER ); in do_syncrep2()
|