Searched refs:optset (Results 1 – 1 of 1) sorted by relevance
3222 uint32_t set, unset, *optset; in scan_for_captures() local3495 optset = &set; in scan_for_captures()3503 case CHAR_MINUS: optset = &unset; break; in scan_for_captures()3505 case CHAR_x: *optset |= PCRE2_EXTENDED; break; in scan_for_captures()3508 *optset |= PCRE2_DUPNAMES; in scan_for_captures()6075 uint32_t set, unset, *optset; in compile_branch() local6924 optset = &set; in compile_branch()6930 case CHAR_MINUS: optset = &unset; break; in compile_branch()6933 *optset |= PCRE2_DUPNAMES; in compile_branch()6937 case CHAR_i: *optset |= PCRE2_CASELESS; break; in compile_branch()[all …]