Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds