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

/freebsd-13-stable/contrib/apr-util/uri/
H A Dapr_uri.c812 char *first_slash = strchr(uri, '/'); local
813 if (first_slash) {
814 while (s < first_slash) {

Completed in 47 milliseconds