Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c265 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfirstfilter()
289 &lfdp->lfd_curvalwords ) < 0 ) { in ldap_getfirstfilter()
290 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfirstfilter()
291 lfdp->lfd_curvalwords = NULL; in ldap_getfirstfilter()
313 lfdp->lfd_curval, lfdp->lfd_curvalwords ); in ldap_getnextfilter()
H A Dfree.c67 if ( lfdp->lfd_curvalwords != NULL ) { in ldap_getfilter_free()
68 NSLDAPI_FREE( lfdp->lfd_curvalwords ); in ldap_getfilter_free()
H A Dldap-int.h588 char **lfd_curvalwords; member