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