Lines Matching refs:where
70 pcre_config(int what, void *where) in pcre_config() argument
73 pcre16_config(int what, void *where) in pcre_config()
76 pcre32_config(int what, void *where) in pcre_config()
83 *((int *)where) = 0; in pcre_config()
87 *((int *)where) = 1; in pcre_config()
89 *((int *)where) = 0; in pcre_config()
96 *((int *)where) = 0; in pcre_config()
100 *((int *)where) = 1; in pcre_config()
102 *((int *)where) = 0; in pcre_config()
109 *((int *)where) = 0; in pcre_config()
113 *((int *)where) = 1; in pcre_config()
115 *((int *)where) = 0; in pcre_config()
122 *((int *)where) = 1; in pcre_config()
124 *((int *)where) = 0; in pcre_config()
130 *((int *)where) = 1; in pcre_config()
132 *((int *)where) = 0; in pcre_config()
138 *((const char **)where) = PRIV(jit_get_target)(); in pcre_config()
140 *((const char **)where) = NULL; in pcre_config()
145 *((int *)where) = NEWLINE; in pcre_config()
150 *((int *)where) = 1; in pcre_config()
152 *((int *)where) = 0; in pcre_config()
157 *((int *)where) = real_link_size; in pcre_config()
161 *((int *)where) = POSIX_MALLOC_THRESHOLD; in pcre_config()
165 *((unsigned long int *)where) = PARENS_NEST_LIMIT; in pcre_config()
169 *((unsigned long int *)where) = MATCH_LIMIT; in pcre_config()
173 *((unsigned long int *)where) = MATCH_LIMIT_RECURSION; in pcre_config()
178 *((int *)where) = 0; in pcre_config()
180 *((int *)where) = 1; in pcre_config()