Home | History | Annotate | Download | only in src

Lines Matching refs:newoptions

3961   uint32_t newoptions;
6062 newoptions = options;
6951 newoptions = (options | set) & (~unset);
6960 *optionsptr = options = newoptions;
6961 greedy_default = ((newoptions & PCRE2_UNGREEDY) != 0);
6963 req_caseopt = ((newoptions & PCRE2_CASELESS) != 0)? REQ_CASELESS:0;
6971 the newoptions value is handled below. */
7032 newoptions, /* The complete new option state */