Lines Matching refs:where
68 pcre_config(int what, void *where) in pcre_config() argument
71 pcre16_config(int what, void *where) in pcre_config()
74 pcre32_config(int what, void *where) in pcre_config()
81 *((int *)where) = 0; in pcre_config()
85 *((int *)where) = 1; in pcre_config()
87 *((int *)where) = 0; in pcre_config()
94 *((int *)where) = 0; in pcre_config()
98 *((int *)where) = 1; in pcre_config()
100 *((int *)where) = 0; in pcre_config()
107 *((int *)where) = 0; in pcre_config()
111 *((int *)where) = 1; in pcre_config()
113 *((int *)where) = 0; in pcre_config()
120 *((int *)where) = 1; in pcre_config()
122 *((int *)where) = 0; in pcre_config()
128 *((int *)where) = 1; in pcre_config()
130 *((int *)where) = 0; in pcre_config()
136 *((const char **)where) = PRIV(jit_get_target)(); in pcre_config()
138 *((const char **)where) = NULL; in pcre_config()
143 *((int *)where) = NEWLINE; in pcre_config()
148 *((int *)where) = 1; in pcre_config()
150 *((int *)where) = 0; in pcre_config()
155 *((int *)where) = real_link_size; in pcre_config()
159 *((int *)where) = POSIX_MALLOC_THRESHOLD; in pcre_config()
163 *((unsigned long int *)where) = PARENS_NEST_LIMIT; in pcre_config()
167 *((unsigned long int *)where) = MATCH_LIMIT; in pcre_config()
171 *((unsigned long int *)where) = MATCH_LIMIT_RECURSION; in pcre_config()
176 *((int *)where) = 0; in pcre_config()
178 *((int *)where) = 1; in pcre_config()