Searched refs:valStr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c351 static int xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr);
3557 * @valStr: the validation string
3560 * can be used as a wildcard in @valStr; "|" is used as a seperator of
3561 * substrings in both @expStr and @valStr.
3568 xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr) { argument
3569 if (expStr == valStr) return(1);
3571 if (valStr == NULL) return(0);
3576 if (*expStr != *valStr) {
3577 /* if one of them starts with a wildcard make valStr be it */
3578 if (*valStr
[all...]

Completed in 67 milliseconds