Searched refs:META_BIGVALUE (Results 1 – 1 of 1) sorted by relevance
217 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro2588 if (c >= META_END) *p++ = META_BIGVALUE; \2736 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()2785 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()2827 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()5886 if (meta == META_BIGVALUE) in compile_branch()6023 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()7756 case META_BIGVALUE: in compile_branch()9204 case META_BIGVALUE: in get_branchlength()9380 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()[all …]
Completed in 47 milliseconds