Home
last modified time | relevance | path

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

1234

/php-src/ext/dom/lexbor/lexbor/core/
H A Darray_obj.c189 lexbor_array_obj_get_noi(lexbor_array_obj_t *array, size_t idx) in lexbor_array_obj_get_noi()
/php-src/ext/zip/
H A Dphp_zip.c125 …p_zip_extract_file(struct zip * za, char *dest, const char *file, size_t file_len, zip_int64_t idx) in php_zip_extract_file()
2018 zend_long idx = -1; local
2157 int idx; local
2222 zip_int64_t idx; local
2283 zip_int64_t idx; local
2348 zip_int64_t idx; local
2407 int idx; local
2466 zip_int64_t idx; local
2526 zip_int64_t idx; local
/php-src/win32/
H A Dcodepage.c109 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local
386 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dopen_elements.c135 lxb_html_tree_open_elements_pop_until(lxb_html_tree_t *tree, size_t idx, in lxb_html_tree_open_elements_pop_until()
/php-src/Zend/
H A Dzend_string.c140 uint32_t idx; in zend_interned_string_ht_lookup_ex() local
160 uint32_t idx; in zend_interned_string_ht_lookup() local
H A Dzend_object_handlers.c659 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_read_property() local
677 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_std_read_property() local
1835 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_has_property() local
1853 uintptr_t idx = (char*)value - (char*)zobj->properties->arData; in zend_std_has_property() local
H A Dzend_portability.h247 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
249 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
253 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
255 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
H A Dzend_types.h443 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument
445 # define HT_IDX_TO_HASH(idx) \ argument
447 # define HT_HASH_TO_IDX(idx) \ argument
451 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument
453 # define HT_IDX_TO_HASH(idx) \ argument
455 # define HT_HASH_TO_IDX(idx) \ argument
461 #define HT_HASH_EX(data, idx) \ argument
463 #define HT_HASH(ht, idx) \ argument
539 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
H A Dzend_vm_execute.h6556 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER() local
6683 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER() local
9076 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER() local
9203 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER() local
11463 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER() local
11590 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER() local
15845 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER() local
15972 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER() local
17290 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER() local
17417 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
/php-src/ext/standard/
H A Dmetaphone.c133 int idx; in Lookahead() local
H A Dhttp.c108 zend_ulong idx; in php_url_encode_hash_ex() local
H A Darray.c3219 int64_t idx, j, n_elems, rnd_idx, n_left; local
3327 uint32_t idx; local
3548 uint32_t idx; local
3613 uint32_t idx; local
3972 zend_long idx = zv - ht->arPacked; local
4922 uint32_t i, idx; local
5148 uint32_t idx; local
5544 uint32_t idx; local
5814 zend_long idx; local
6010 uint32_t idx; local
H A Dmail.c188 zend_ulong idx; in php_mail_build_headers() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.c561 lxb_html_encoding_meta_entry_noi(lxb_html_encoding_t *em, size_t idx) in lxb_html_encoding_meta_entry_noi()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c571 void phpdbg_add_recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *…
634 zend_long idx; local
1013 zend_long idx; local
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1146 int idx = tssa->vars[var].definition; in is_checked_guard() local
1256 int i, v, idx, len, ssa_ops_count, vars_count, ssa_vars_count; in zend_jit_trace_build_tssa() local
2710 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_build_tssa() local
2774 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local
7567 int idx, len, i, v, vars_count, call_level; in zend_jit_dump_trace() local
7956 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_root() local
8321 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_side() local
/php-src/main/
H A Dfastcgi.c179 unsigned int idx; member
328 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set() local
365 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del() local
384 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h294 int idx; in dasm_link() local
494 int idx = *p++; in dasm_encode() local
/php-src/ext/mbstring/
H A Dphp_unicode.c106 unsigned idx; in mph_lookup() local
/php-src/ext/hash/
H A Dhash_sha3.c37 static inline unsigned char idx(unsigned char x, unsigned char y) { in idx() function
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c496 size_t idx = tree->open_elements->length; in lxb_html_tree_insertion_mode_in_body_li() local
560 size_t idx = tree->open_elements->length; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c46 static inline void fpm_sockets_get_env_name(char *envname, unsigned idx) /* {{{ */ in fpm_sockets_get_env_name()
/php-src/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-src/ext/com_dotnet/
H A Dcom_com.c246 UINT idx; in PHP_METHOD() local

Completed in 235 milliseconds

1234