Searched refs:binary_strcspn (Results 1 – 1 of 1) sorted by relevance
84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() function121 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 5 milliseconds