Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Duri.c178 if ( field && ( URI_ENCODED & ( 1 << i ) ) ) in parse_uri()
262 if ( URI_ENCODED & ( 1 << i ) ) in unparse_uri()
/external/syslinux/gpxe/src/include/gpxe/
Duri.h99 #define URI_ENCODED ( URI_USER_BIT | URI_PASSWORD_BIT | URI_HOST_BIT | \ macro