OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URI_SCHEME_BIT
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
uri.h
76
URI_SCHEME = 0,
URI_SCHEME_BIT
= ( 1 << URI_SCHEME ),
94
#define URI_ALL (
URI_SCHEME_BIT
| URI_OPAQUE_BIT | URI_USER_BIT | \
/external/syslinux/gpxe/src/core/
uri.c
248
if ( ( fields &
URI_SCHEME_BIT
) &&
253
fields &= ~
URI_SCHEME_BIT
;
Completed in 213 milliseconds