Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Durl.c94 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() function
132 if (e + 1 < ue && e < binary_strcspn(s, ue, "?#")) { in php_url_parse_ex2()
235 e = binary_strcspn(s, ue, "/?#"); in php_url_parse_ex2()

Completed in 5 milliseconds