Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c66 if ( lfdp->lfd_curvalcopy != NULL ) { in ldap_getfilter_free()
67 NSLDAPI_FREE( lfdp->lfd_curvalcopy ); in ldap_getfilter_free()
H A Dgetfilter.c266 if ( lfdp->lfd_curvalcopy != NULL ) { in ldap_getfirstfilter()
267 NSLDAPI_FREE( lfdp->lfd_curvalcopy ); in ldap_getfirstfilter()
287 if (( lfdp->lfd_curvalcopy = nsldapi_strdup( value )) == NULL ) { in ldap_getfirstfilter()
291 if ( break_into_words( lfdp->lfd_curvalcopy, flp->lfl_delims, in ldap_getfirstfilter()
H A Dldap-int.h589 char *lfd_curvalcopy; member