OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URI_ALL
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
uri.h
94
#define
URI_ALL
( URI_SCHEME_BIT | URI_OPAQUE_BIT | URI_USER_BIT | \
/external/syslinux/gpxe/src/usr/
imgmgmt.c
64
uri,
URI_ALL
);
/external/syslinux/gpxe/src/core/
uri.c
210
* @v fields Bitmask of fields to include in URI string, or
URI_ALL
283
size_t len = ( unparse_uri ( NULL, 0, uri,
URI_ALL
) + 1 );
286
unparse_uri ( buf, len, uri,
URI_ALL
);
Completed in 478 milliseconds