OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_http_url_path_query_ok
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
http_test.c
234
static int
test_http_url_path_query_ok
(const char *url, const char *exp_path_qu)
function
255
return
test_http_url_path_query_ok
("http://usr@host:1/p?q=x#frag", "/p?q=x")
256
&&
test_http_url_path_query_ok
("http://host?query#frag", "/?query")
257
&&
test_http_url_path_query_ok
("http://host:9999#frag", "/");
/src/crypto/external/apache2/openssl/dist/test/
http_test.c
320
static int
test_http_url_path_query_ok
(const char *url, const char *exp_path_qu)
function
351
return
test_http_url_path_query_ok
("http://usr@host:1/p?q=x#frag", "/p?q=x")
352
&&
test_http_url_path_query_ok
("http://host?query#frag", "/?query")
353
&&
test_http_url_path_query_ok
("http://host:9999#frag", "/");
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026