Home
last modified time | relevance | path

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

/dports/net/tinyldap/tinyldap/
H A Dmatchcaseprefix.c7 int matchcaseprefix(struct string* s,const char* c) { in matchcaseprefix() function
H A Dldap.h11 int matchcaseprefix(struct string* s,const char* c);
H A DMakefile24 matchprefix.o matchcasestring.o matchcaseprefix.o \
H A Dtinyldap.c854 f->attrflag&1?matchcaseprefix:matchprefix,index_type,f->type); in useindex()