Home
last modified time | relevance | path

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

/dports/net/tinyldap/tinyldap/
H A Dldap_match_sre.c47 static int substrmatch(struct Substring* x,struct string* s,int ignorecase) { in substrmatch() function
115 return substrmatch(f->substrings,&sre->objectName,f->attrflag&1); in ldap_matchfilter_sre()
121 if ((r=substrmatch(f->substrings,&a->a,f->attrflag&1))) return r; in ldap_matchfilter_sre()