Searched refs:URX_TYPE (Results 1 – 4 of 4) sorted by relevance
417 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions()793 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()804 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()805 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()806 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()809 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()936 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()947 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()948 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()949 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()[all …]
2825 opType = URX_TYPE(op); in MatchAt()2876 opType = URX_TYPE(op); in MatchAt()3465 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3510 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()3563 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()3817 opType = URX_TYPE(op); in MatchAt()4080 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()4141 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()4182 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()4319 opType = URX_TYPE(op); in MatchChunkAt()[all …]
258 #define URX_TYPE(x) ((uint32_t)(x) >> 24) macro
630 int32_t type = URX_TYPE(op); in dumpOp()697 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN); in dumpOp()