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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c2922 #define CHAR_IS_UNRESERVED(c) \ macro
2945 if (CHAR_IS_UNRESERVED(*p)) {
4292 if (CHAR_IS_UNRESERVED(*s) ||
4310 if (CHAR_IS_UNRESERVED(*s) ||
4364 if (CHAR_IS_UNRESERVED(*s) ||
4495 if (CHAR_IS_UNRESERVED(*cp) ||

Completed in 90 milliseconds