Home
last modified time | relevance | path

Searched refs:lfd_curfip (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c269 lfdp->lfd_curfip = NULL; in ldap_getfirstfilter()
275 lfdp->lfd_curfip = flp->lfl_ilist; in ldap_getfirstfilter()
280 if ( lfdp->lfd_curfip == NULL ) { in ldap_getfirstfilter()
305 if ( lfdp == NULL || ( fip = lfdp->lfd_curfip ) == NULL ) { in ldap_getnextfilter()
309 lfdp->lfd_curfip = fip->lfi_next; in ldap_getnextfilter()
H A Dldap-int.h583 LDAPFiltInfo *lfd_curfip; member