Home
last modified time | relevance | path

Searched refs:URI_QUERY_BIT (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Duri.h83 URI_QUERY = 7, URI_QUERY_BIT = ( 1 << URI_QUERY ), enumerator
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/
Dhttp.c431 URI_PATH_BIT | URI_QUERY_BIT ); in http_step()
438 URI_PATH_BIT | URI_QUERY_BIT ); in http_step()