Lines Matching refs:where

65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where)  in pcre2_pattern_info()  argument
69 if (where == NULL) /* Requests field length */ in pcre2_pattern_info()
124 *((uint32_t *)where) = re->overall_options; in pcre2_pattern_info()
128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info()
132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info()
144 *((uint32_t *)where) = re->limit_depth; in pcre2_pattern_info()
149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
153 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? 1 : in pcre2_pattern_info()
158 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? in pcre2_pattern_info()
163 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()
173 *((uint32_t *)where) = (re->flags & PCRE2_HASBKC) != 0; in pcre2_pattern_info()
177 *((uint32_t *)where) = (re->flags & PCRE2_HASCRORLF) != 0; in pcre2_pattern_info()
181 *((uint32_t *)where) = re->limit_heap; in pcre2_pattern_info()
186 *((uint32_t *)where) = (re->flags & PCRE2_JCHANGED) != 0; in pcre2_pattern_info()
191 *((size_t *)where) = (re->executable_jit != NULL)? in pcre2_pattern_info()
194 *((size_t *)where) = 0; in pcre2_pattern_info()
199 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? 1 : 0; in pcre2_pattern_info()
203 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? in pcre2_pattern_info()
208 *((uint32_t *)where) = (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_pattern_info()
212 *((uint32_t *)where) = re->limit_match; in pcre2_pattern_info()
217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
225 *((uint32_t *)where) = re->name_entry_size; in pcre2_pattern_info()
229 *((uint32_t *)where) = re->name_count; in pcre2_pattern_info()
233 *((PCRE2_SPTR *)where) = (PCRE2_SPTR)((char *)re + sizeof(pcre2_real_code)); in pcre2_pattern_info()
237 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
241 *((size_t *)where) = re->blocksize; in pcre2_pattern_info()