Lines Matching refs:cx
2614 uint32_t extra_options = cb->cx->extra_options; in parse_regex()
2706 if (nest_depth > cb->cx->parens_nest_limit) in parse_regex()
2820 cb->cx->extra_options, FALSE, cb); in parse_regex()
3013 cb->cx->extra_options, FALSE, cb); in parse_regex()
3590 cb->cx->extra_options, TRUE, cb); in parse_regex()
4688 cb->cx->memctl.malloc(newsize * sizeof(named_group), in parse_regex()
4689 cb->cx->memctl.memory_data); in parse_regex()
4699 cb->cx->memctl.free((void *)cb->named_groups, in parse_regex()
4700 cb->cx->memctl.memory_data); in parse_regex()
7904 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK) == 0) in compile_branch()
8120 if (cb->cx->stack_guard != NULL && in compile_regex()
8121 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
9884 cb.cx = ccontext; in pcre2_compile()