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 TSRMLS_CC);
where             207 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err);
where             217 ext/com_dotnet/com_dotnet.c 		where = "ICorRuntimeHost_GetDefaultDomain";
where             222 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err);
where             230 ext/com_dotnet/com_dotnet.c 		where = "QI: System._AppDomain";
where             235 ext/com_dotnet/com_dotnet.c 			snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err);
where             259 ext/com_dotnet/com_dotnet.c 	where = "CreateInstance";
where             270 ext/com_dotnet/com_dotnet.c 		where = "QI: IObjectHandle";
where             274 ext/com_dotnet/com_dotnet.c 			where = "IObjectHandle_Unwrap";
where             279 ext/com_dotnet/com_dotnet.c 					where = "Unwrapped, QI for IDispatch";
where             312 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            1079 ext/openssl/xp_ssl.c static void info_callback(const SSL *ssl, int where, int ret) /* {{{ */
where            1082 ext/openssl/xp_ssl.c 	if (where & SSL_CB_HANDSHAKE_START) {
where              70 ext/pcre/pcrelib/pcre_config.c pcre_config(int what, void *where)
where              73 ext/pcre/pcrelib/pcre_config.c pcre16_config(int what, void *where)
where              76 ext/pcre/pcrelib/pcre_config.c pcre32_config(int what, void *where)
where              83 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where              87 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where              89 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where              96 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             100 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             102 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             109 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             113 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             115 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             122 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             124 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             130 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             132 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             138 ext/pcre/pcrelib/pcre_config.c   *((const char **)where) = PRIV(jit_get_target)();
where             140 ext/pcre/pcrelib/pcre_config.c   *((const char **)where) = NULL;
where             145 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = NEWLINE;
where             150 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where             152 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             157 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = real_link_size;
where             161 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = POSIX_MALLOC_THRESHOLD;
where             165 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = PARENS_NEST_LIMIT;
where             169 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = MATCH_LIMIT;
where             173 ext/pcre/pcrelib/pcre_config.c   *((unsigned long int *)where) = MATCH_LIMIT_RECURSION;
where             178 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 0;
where             180 ext/pcre/pcrelib/pcre_config.c   *((int *)where) = 1;
where              71 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              75 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              79 ext/pcre/pcrelib/pcre_fullinfo.c   int what, void *where)
where              85 ext/pcre/pcrelib/pcre_fullinfo.c if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
where             106 ext/pcre/pcrelib/pcre_fullinfo.c   *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
where             110 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = re->size;
where             114 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = (study == NULL)? 0 : study->size;
where             119 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) =
where             125 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = 0;
where             130 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->top_bracket;
where             134 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->top_backref;
where             138 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             144 ext/pcre/pcrelib/pcre_fullinfo.c     *((pcre_uint32 *)where) =
where             149 ext/pcre/pcrelib/pcre_fullinfo.c     *((int *)where) =
where             158 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) =
where             164 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             170 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = extra_data != NULL &&
where             176 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) =
where             181 ext/pcre/pcrelib/pcre_fullinfo.c     *((pcre_uint32 *)where) =
where             186 ext/pcre/pcrelib/pcre_fullinfo.c     *((int *)where) =
where             191 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->name_entry_size;
where             195 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->name_count;
where             199 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset;
where             203 ext/pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
where             210 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
where             214 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_JCHANGED) != 0;
where             218 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
where             222 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->max_lookbehind;
where             227 ext/pcre/pcrelib/pcre_fullinfo.c   *((pcre_uint32 *)where) = re->limit_match;
where             232 ext/pcre/pcrelib/pcre_fullinfo.c   *((pcre_uint32 *)where) = re->limit_recursion;
where             236 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_MATCH_EMPTY) != 0;
where            2561 ext/session/session.c static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress TSRMLS_DC) /* {{{ */
where            2565 ext/session/session.c 	if (!PG(http_globals)[where]) {
where            2569 ext/session/session.c 	if (zend_hash_find(Z_ARRVAL_P(PG(http_globals)[where]), PS(session_name), progress->sname_len+1, (void **)&ppid) == SUCCESS