Searched refs:lfd_curvalcopy (Results 1 – 3 of 3) sorted by relevance
66 if ( lfdp->lfd_curvalcopy != NULL ) { in ldap_getfilter_free()67 NSLDAPI_FREE( lfdp->lfd_curvalcopy ); in ldap_getfilter_free()
266 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()
589 char *lfd_curvalcopy; member