Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds