Home
last modified time | relevance | path

Searched refs:ISURLPUNTCS (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dcurl_ctype.h46 #define ISURLPUNTCS(x) (((x) == '-') || ((x) == '.') || ((x) == '_') || \ macro
48 #define ISUNRESERVED(x) (ISALNUM(x) || ISURLPUNTCS(x))

Completed in 1 milliseconds