Searched refs:np_list (Results 1 – 1 of 1) sorted by relevance
4524 struct nonpresent_entry *np_list, *np_prev; in syncrepl_del_nonpresent() local4659 np_list = LDAP_LIST_FIRST( &si->si_nonpresentlist ); in syncrepl_del_nonpresent()4660 while ( np_list != NULL ) { in syncrepl_del_nonpresent()4663 LDAP_LIST_REMOVE( np_list, npe_link ); in syncrepl_del_nonpresent()4664 np_prev = np_list; in syncrepl_del_nonpresent()4665 np_list = LDAP_LIST_NEXT( np_list, npe_link ); in syncrepl_del_nonpresent()