Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Durl.c84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() function
121 if (e + 1 < ue && e < binary_strcspn(s, ue, "?#")) { in php_url_parse_ex2()
224 e = binary_strcspn(s, ue, "/?#"); in php_url_parse_ex2()

Completed in 7 milliseconds