Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c64 if ( lfdp->lfd_curvalcopy != NULL ) { in ldap_getfilter_free()
65 NSLDAPI_FREE( lfdp->lfd_curvalcopy ); in ldap_getfilter_free()
H A Dgetfilter.c263 if ( lfdp->lfd_curvalcopy != NULL ) { in ldap_getfirstfilter()
264 NSLDAPI_FREE( lfdp->lfd_curvalcopy ); in ldap_getfirstfilter()
284 if (( lfdp->lfd_curvalcopy = nsldapi_strdup( value )) == NULL ) { in ldap_getfirstfilter()
288 if ( break_into_words( lfdp->lfd_curvalcopy, flp->lfl_delims, in ldap_getfirstfilter()
H A Dldap-int.h587 char *lfd_curvalcopy; member