Searched refs:IS_NUM (Results 1 – 1 of 1) sorted by relevance
417 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro418 #define IS_ALPHANUM(c) (IS_ALPHA(c) || IS_NUM(c))419 #define IS_HEX(c) (IS_NUM(c) || (LOWER(c) >= 'a' && LOWER(c) <= 'f'))844 if (!IS_NUM(ch)) { in http_parser_execute()862 if (UNLIKELY(!IS_NUM(ch))) { in http_parser_execute()879 if (UNLIKELY(!IS_NUM(ch))) { in http_parser_execute()897 if (!IS_NUM(ch)) { in http_parser_execute()912 if (!IS_NUM(ch)) { in http_parser_execute()1203 if (UNLIKELY(!IS_NUM(ch))) { in http_parser_execute()1221 if (UNLIKELY(!IS_NUM(ch))) { in http_parser_execute()[all …]