OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URI_PARSE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/test/
regress_http.c
2535
#define
URI_PARSE
(uri) \
2552
if (
URI_PARSE
(s) != NULL) \
2557
uri =
URI_PARSE
(s); \
2618
uri =
URI_PARSE
("mailto:foo@bar");
2670
uri =
URI_PARSE
("http://www.test.com/?q=t%33est");
2681
uri =
URI_PARSE
("http://%77ww.test.com");
2692
uri =
URI_PARSE
("http://www.test.com?q=test");
2703
uri =
URI_PARSE
("http://www.test.com#fragment");
2714
uri =
URI_PARSE
("http://8000/");
2725
uri =
URI_PARSE
("http://:8000/")
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c
2532
#define
URI_PARSE
(uri) \
2549
if (
URI_PARSE
(s) != NULL) \
2554
uri =
URI_PARSE
(s); \
2615
uri =
URI_PARSE
("mailto:foo@bar");
2667
uri =
URI_PARSE
("http://www.test.com/?q=t%33est");
2678
uri =
URI_PARSE
("http://%77ww.test.com");
2689
uri =
URI_PARSE
("http://www.test.com?q=test");
2700
uri =
URI_PARSE
("http://www.test.com#fragment");
2711
uri =
URI_PARSE
("http://8000/");
2722
uri =
URI_PARSE
("http://:8000/")
[
all
...]
Completed in 46 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026