Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h37 #define ISCNTRL(x) (ISLOWCNTRL(x) || IS7F(x)) macro
H A Durlapi.c137 #define urlchar_needs_escaping(c) (!(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)))

Completed in 11 milliseconds