Home
last modified time | relevance | path

Searched defs:idx (Results 26 – 50 of 57) sorted by relevance

123

/PHP-8.1/main/
H A Dfastcgi.c181 unsigned int idx; member
330 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set() local
367 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del() local
386 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get() local
/PHP-8.1/ext/standard/
H A Darray.c2903 uint32_t idx, j, n_elems; local
3002 uint32_t idx; local
3158 uint32_t idx; local
3199 uint32_t idx; local
4436 uint32_t i, idx; local
4640 uint32_t idx; local
5014 uint32_t idx; local
5273 zend_long idx; local
5469 uint32_t idx; local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.h297 int idx; in dasm_link() local
475 int idx = *p++; in dasm_encode() local
H A Ddasm_mips.h275 int idx; in dasm_link() local
H A Ddasm_arm.h296 int idx; in dasm_link() local
H A Ddasm_ppc.h279 int idx; in dasm_link() local
H A Ddasm_arm64.h365 int idx; in dasm_link() local
/PHP-8.1/Zend/
H A Dzend_vm_execute.h6307 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER() local
6425 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER() local
8630 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER() local
8748 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER() local
10995 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER() local
11113 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER() local
15383 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER() local
15501 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER() local
16812 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER() local
16930 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_string.h86 #define ZSTR_KNOWN(idx) zend_known_strings[idx] in END_EXTERN_C() argument
H A Dzend_inheritance.c890 uint32_t idx = i; in zend_get_function_declaration() local
2296 #define DISPLAY_ABSTRACT_FN(idx) \ argument
2491 zend_ulong idx; in load_delayed_classes() local
H A Dzend_vm_def.h2110 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; variable
2266 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; variable
8338 uintptr_t idx; variable
H A Dzend_builtin_functions.c442 zend_ulong idx; in copy_constant_array() local
/PHP-8.1/ext/hash/
H A Dhash_sha3.c37 static inline unsigned char idx(unsigned char x, unsigned char y) { in idx() function
/PHP-8.1/ext/mbstring/
H A Dphp_unicode.c105 unsigned idx; in mph_lookup() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_sockets.c42 static inline void fpm_sockets_get_env_name(char *envname, unsigned idx) /* {{{ */ in fpm_sockets_get_env_name()
/PHP-8.1/ext/gd/libgd/
H A Dgd_png.c420 register png_byte idx = row_pointers[h][w]; in gdImageCreateFromPngCtx() local
H A Dgd_jpeg.c259 int idx = im->pixels[i][j]; in _gdImageJpegCtx() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c247 UINT idx; in PHP_METHOD() local
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_driver.c174 static inline char classes(char idx) in classes()
/PHP-8.1/ext/opcache/
H A Dzend_persist.c92 uint32_t idx, nIndex; in zend_hash_persist() local
/PHP-8.1/ext/spl/
H A Dspl_directory.c949 size_t idx; in PHP_METHOD() local
991 size_t idx; in PHP_METHOD() local
1974 uint32_t idx = 0; in spl_filesystem_file_is_empty_line() local
/PHP-8.1/win32/
H A Dioutil.c603 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w() local
/PHP-8.1/Zend/Optimizer/
H A Ddfa_pass.c447 zend_ulong idx; in zend_dfa_optimize_calls() local
H A Dzend_optimizer.c1584 ZEND_API void zend_optimizer_unregister_pass(int idx) in zend_optimizer_unregister_pass()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c2194 size_t idx; in magiccheck() local

Completed in 345 milliseconds

123