OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URI_QUERY_BIT
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
uri.h
83
URI_QUERY = 7,
URI_QUERY_BIT
= ( 1 << URI_QUERY ),
96
URI_PATH_BIT |
URI_QUERY_BIT
| URI_FRAGMENT_BIT )
100
URI_PATH_BIT |
URI_QUERY_BIT
| URI_FRAGMENT_BIT )
/external/syslinux/gpxe/src/net/tcp/
http.c
431
URI_PATH_BIT |
URI_QUERY_BIT
);
438
URI_PATH_BIT |
URI_QUERY_BIT
);
Completed in 3304 milliseconds