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