Home
last modified time | relevance | path

Searched refs:lfd_curvalwords (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c69 if ( lfdp->lfd_curvalwords != NULL ) { in ldap_getfilter_free()
70 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfilter_free()
H A Dgetfilter.c268 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfirstfilter()
292 &lfdp->lfd_curvalwords ) < 0 ) { in ldap_getfirstfilter()
293 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfirstfilter()
294 lfdp->lfd_curvalwords = NULL; in ldap_getfirstfilter()
316 lfdp->lfd_curval, lfdp->lfd_curvalwords ); in ldap_getnextfilter()
H A Dldap-int.h590 char **lfd_curvalwords; member