Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c272 lfdp->lfd_curfip = NULL; in ldap_getfirstfilter()
278 lfdp->lfd_curfip = flp->lfl_ilist; in ldap_getfirstfilter()
283 if ( lfdp->lfd_curfip == NULL ) { in ldap_getfirstfilter()
308 if ( lfdp == NULL || ( fip = lfdp->lfd_curfip ) == NULL ) { in ldap_getnextfilter()
312 lfdp->lfd_curfip = fip->lfi_next; in ldap_getnextfilter()
H A Dldap-int.h585 LDAPFiltInfo *lfd_curfip; member