Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/json/
H A Djson_encoder.c45 zend_ulong index, idx; in php_json_determine_array_type() local
/PHP-8.0/Zend/
H A Dzend_types.h403 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument
405 # define HT_IDX_TO_HASH(idx) \ argument
407 # define HT_HASH_TO_IDX(idx) \ argument
411 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument
413 # define HT_IDX_TO_HASH(idx) \ argument
415 # define HT_HASH_TO_IDX(idx) \ argument
421 #define HT_HASH_EX(data, idx) \ argument
423 #define HT_HASH(ht, idx) \ argument
462 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
H A Dzend_vm_execute.h6111 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER() local
6225 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER() local
8404 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER() local
8518 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER() local
10792 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER() local
10906 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER() local
15166 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER() local
15280 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER() local
16589 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER() local
16703 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.h80 #define ZSTR_KNOWN(idx) zend_known_strings[idx] in END_EXTERN_C() argument
H A Dzend_inheritance.c720 uint32_t idx = i; in zend_get_function_declaration() local
2138 #define DISPLAY_ABSTRACT_FN(idx) \ argument
H A Dzend_vm_def.h2098 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; variable
2250 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; variable
8265 uintptr_t idx; variable
/PHP-8.0/ext/standard/
H A Dmail.c150 zend_ulong idx; in php_mail_build_headers() local
H A Darray.c2914 uint32_t idx, j, n_elems; local
3013 uint32_t idx; local
3179 uint32_t idx; local
3228 uint32_t idx; local
4460 uint32_t i, idx; local
4669 uint32_t idx; local
5043 uint32_t idx; local
5302 zend_long idx; local
5498 uint32_t idx; local
/PHP-8.0/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.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h295 int idx; in dasm_link() local
462 int idx = *p++; in dasm_encode() local
H A Ddasm_mips.h275 int idx; in dasm_link() local
H A Ddasm_ppc.h279 int idx; in dasm_link() local
H A Ddasm_arm.h295 int idx; in dasm_link() local
H A Ddasm_arm64.h350 int idx; in dasm_link() local
/PHP-8.0/ext/mbstring/
H A Dphp_unicode.c122 unsigned idx; in mph_lookup() local
/PHP-8.0/ext/hash/
H A Dhash_sha3.c37 static inline unsigned char idx(unsigned char x, unsigned char y) { in idx() function
/PHP-8.0/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.0/ext/opcache/
H A Dzend_persist.c90 uint32_t idx, nIndex; in zend_hash_persist() local
/PHP-8.0/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.0/ext/com_dotnet/
H A Dcom_com.c247 UINT idx; in PHP_METHOD() local
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c174 inline char classes(char idx) in classes()
/PHP-8.0/ext/spl/
H A Dspl_directory.c938 size_t idx; in PHP_METHOD() local
980 size_t idx; in PHP_METHOD() local
1994 uint32_t idx = 0; in spl_filesystem_file_is_empty_line() local
/PHP-8.0/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.0/ext/opcache/Optimizer/
H A Ddfa_pass.c434 zend_ulong idx; in zend_dfa_optimize_calls() local

Completed in 374 milliseconds

123