Home
last modified time | relevance | path

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

/third_party/openssl/crypto/http/
H A Dhttp_lib.c51 const char *frag, *frag_end; in OSSL_parse_url() local
128 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
154 || !copy_substring(pfrag, frag, frag_end)) in OSSL_parse_url()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c58 const char *frag, *frag_end; in OSSL_parse_url() local
136 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
162 || !copy_substring(pfrag, frag, frag_end)) in OSSL_parse_url()

Completed in 2 milliseconds