where             129 ext/com_dotnet/com_dotnet.c 	char *where = "";
where             137 ext/com_dotnet/com_dotnet.c 	where = "CoCreateInstance";
where             145 ext/com_dotnet/com_dotnet.c 	where = "ICorRuntimeHost_Start\n";
where             150 ext/com_dotnet/com_dotnet.c 	where = "ICorRuntimeHost_GetDefaultDomain";
where             155 ext/com_dotnet/com_dotnet.c 	where = "QI: System._AppDomain";
where             177 ext/com_dotnet/com_dotnet.c 		*p_where = where;
where             197 ext/com_dotnet/com_dotnet.c 	char *where = "";
where             203 ext/com_dotnet/com_dotnet.c 		hr = dotnet_init(&where);
where             207 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err);
where             216 ext/com_dotnet/com_dotnet.c 		where = "ICorRuntimeHost_GetDefaultDomain";
where             221 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err);
where             229 ext/com_dotnet/com_dotnet.c 		where = "QI: System._AppDomain";
where             234 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err);
where             257 ext/com_dotnet/com_dotnet.c 	where = "CreateInstance";
where             268 ext/com_dotnet/com_dotnet.c 		where = "QI: IObjectHandle";
where             272 ext/com_dotnet/com_dotnet.c 			where = "IObjectHandle_Unwrap";
where             277 ext/com_dotnet/com_dotnet.c 					where = "Unwrapped, QI for IDispatch";
where             310 ext/com_dotnet/com_dotnet.c 		snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err);
where             146 ext/dba/libcdb/cdb_make.c 	uint32 where;
where             204 ext/dba/libcdb/cdb_make.c 			where = (hp->h >> 8) % len;
where             205 ext/dba/libcdb/cdb_make.c 			while (c->hash[where].p)
where             206 ext/dba/libcdb/cdb_make.c 				if (++where == len)
where             207 ext/dba/libcdb/cdb_make.c 					where = 0;
where             208 ext/dba/libcdb/cdb_make.c 			c->hash[where] = *hp++;
where             133 ext/fileinfo/libmagic/is_tar.c from_oct(int digs, const char *where)
where             137 ext/fileinfo/libmagic/is_tar.c 	while (isspace((unsigned char)*where)) {	/* Skip spaces */
where             138 ext/fileinfo/libmagic/is_tar.c 		where++;
where             143 ext/fileinfo/libmagic/is_tar.c 	while (digs > 0 && isodigit(*where)) {	/* Scan til non-octal */
where             144 ext/fileinfo/libmagic/is_tar.c 		value = (value << 3) | (*where++ - '0');
where             148 ext/fileinfo/libmagic/is_tar.c 	if (digs > 0 && *where && !isspace((unsigned char)*where))
where            1092 ext/openssl/xp_ssl.c static void info_callback(const SSL *ssl, int where, int ret) /* {{{ */
where            1095 ext/openssl/xp_ssl.c 	if (where & SSL_CB_HANDSHAKE_START) {
where              68 ext/pcre/pcrelib/pcre_config.c pcre_config(int what, void *where)
where              71 ext/pcre/pcrelib/pcre_config.c pcre16_config(int what, void *where)
where              74 ext/pcre/pcrelib/pcre_config.c pcre32_config(int what, void *where)
where              81 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where              85 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where              87 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where              94 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where              98 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             100 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             107 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             111 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             113 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             120 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             122 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             128 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             130 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             136 ext/pcre/pcrelib/pcre_config.c   *((const char **)where) = PRIV(jit_get_target)();
where             138 ext/pcre/pcrelib/pcre_config.c   *((const char **)where) = NULL;
where             143 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = NEWLINE;
where             148 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             150 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             155 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = real_link_size;
where             159 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = POSIX_MALLOC_THRESHOLD;
where             163 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = PARENS_NEST_LIMIT;
where             167 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = MATCH_LIMIT;
where             171 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = MATCH_LIMIT_RECURSION;
where             176 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             178 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where              69 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              73 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              77 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              83 ext/pcre/pcrelib/pcre_fullinfo.c if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
where             104 ext/pcre/pcrelib/pcre_fullinfo.c   *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
where             108 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = re->size;
where             112 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = (study == NULL)? 0 : study->size;
where             117 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) =
where             123 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = 0;
where             128 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->top_bracket;
where             132 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->top_backref;
where             136 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             142 ext/pcre/pcrelib/pcre_fullinfo.c     *((pcre_uint32 *)where) =
where             147 ext/pcre/pcrelib/pcre_fullinfo.c     *((int *)where) =
where             156 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) =
where             162 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             168 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = extra_data != NULL &&
where             174 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             179 ext/pcre/pcrelib/pcre_fullinfo.c     *((pcre_uint32 *)where) =
where             184 ext/pcre/pcrelib/pcre_fullinfo.c     *((int *)where) =
where             189 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->name_entry_size;
where             193 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->name_count;
where             197 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset;
where             201 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
where             208 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
where             212 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_JCHANGED) != 0;
where             216 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
where             220 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->max_lookbehind;
where             225 ext/pcre/pcrelib/pcre_fullinfo.c   *((pcre_uint32 *)where) = re->limit_match;
where             230 ext/pcre/pcrelib/pcre_fullinfo.c   *((pcre_uint32 *)where) = re->limit_recursion;
where             234 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_MATCH_EMPTY) != 0;
where            2809 ext/session/session.c static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /* {{{ */
where            2813 ext/session/session.c 	if (Z_ISUNDEF(PG(http_globals)[where])) {
where            2817 ext/session/session.c 	if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->sname_len))