Searched refs:newoptions (Results 1 – 2 of 2) sorted by relevance
3961 uint32_t newoptions; in compile_branch() local6062 newoptions = options; in compile_branch()6951 newoptions = (options | set) & (~unset); in compile_branch()6960 *optionsptr = options = newoptions; in compile_branch()6961 greedy_default = ((newoptions & PCRE2_UNGREEDY) != 0); in compile_branch()6963 req_caseopt = ((newoptions & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()7032 newoptions, /* The complete new option state */ in compile_branch()
4967 char *newoptions = curl_easy_unescape(data, optionsp, 0, NULL); in parse_url_login() local4968 if(!newoptions) { in parse_url_login()4974 *options = newoptions; in parse_url_login()