/PHP-8.3/Zend/ |
H A D | zend_list.c | 69 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor() 192 ld = zend_hash_index_find_ptr(&list_destructors, res->type); in plist_entry_destructor() 320 lde = zend_hash_index_find_ptr(&list_destructors, res->type); in zend_rsrc_list_get_rsrc_type()
|
H A D | zend_weakrefs.c | 125 void *tagged_ptr = zend_hash_index_find_ptr(&EG(weakrefs), obj_key); in zend_weakref_unregister() 147 void *old_payload = zend_hash_index_find_ptr(ht, (zend_ulong) payload); in zend_weakref_unregister() 196 void *tagged_ptr = zend_hash_index_find_ptr(&EG(weakrefs), obj_key); in zend_weakrefs_notify() 218 void *tagged_ptr = zend_hash_index_find_ptr(&EG(weakrefs), zend_object_to_weakref_key(referent)); in zend_weakref_find() 507 void *tagged_ptr = zend_hash_index_find_ptr(&EG(weakrefs), obj_key); in zend_weakmap_get_object_key_entry_gc() 542 void *tagged_ptr = zend_hash_index_find_ptr(&EG(weakrefs), obj_key); in zend_weakmap_get_object_entry_gc()
|
H A D | zend_hash.h | 918 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr() function 963 return zend_hash_index_find_ptr(ht, idx); in zend_symtable_str_find_ptr()
|
H A D | zend_inheritance.c | 2712 ht = zend_hash_index_find_ptr(CG(delayed_variance_obligations), key); in get_or_init_obligations_for_class() 2850 obligations = zend_hash_index_find_ptr(all_obligations, num_key); in resolve_delayed_variance_obligations()
|
H A D | zend_compile.c | 2531 znode *memoized_result = zend_hash_index_find_ptr(CG(memoized_exprs), (uintptr_t) expr); in zend_compile_memoized_expr()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_shared_alloc.c | 402 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in zend_shared_memdup_size() 418 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in _zend_shared_memdup() 583 if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) == NULL) { in zend_shared_alloc_get_xlat_entry()
|
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 193 …if ((storedType = (Formattable::Type*)zend_hash_index_find_ptr(ret, (zend_ulong)argNumber)) == NUL… in umsg_parse_format() 416 storedArgType = (Formattable::Type*)zend_hash_index_find_ptr(types, (zend_ulong)num_index); in umsg_format_helper()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 321 new_break = *(phpdbg_breakfile_t *) zend_hash_index_find_ptr(fileht, line_num); in phpdbg_set_breakpoint_file() 948 …if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)… in phpdbg_find_breakpoint_file() 1005 …if ((brake = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) &&… in phpdbg_find_breakpoint_opline() 1020 …return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(… in phpdbg_find_breakpoint_opcode() 1433 if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) { in phpdbg_find_breakbase_ex()
|
H A D | phpdbg_watch.c | 394 if ((coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 433 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 476 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 1399 if ((element = zend_hash_index_find_ptr(&PHPDBG_G(watch_elements), param->num))) {
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.c | 133 return zend_hash_index_find_ptr(&intern->storage, key->h); in spl_object_storage_get() 453 …spl_SplObjectStorageElement *element = zend_hash_index_find_ptr(&intern->storage, Z_OBJ_HANDLE_P(o… in spl_object_storage_has_dimension() 472 …spl_SplObjectStorageElement *element = zend_hash_index_find_ptr(&intern->storage, Z_OBJ_HANDLE_P(o… in spl_object_storage_read_dimension()
|
/PHP-8.3/ext/dba/ |
H A D | dba.c | 443 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in php_dba_find() 1232 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in PHP_FUNCTION()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_sql_parser.re | 211 param = zend_hash_index_find_ptr(params, plc->bindno);
|
H A D | pdo_stmt.c | 62 if ((name = zend_hash_index_find_ptr(stmt->bound_param_map, param->paramno)) != NULL) { in rewrite_name_to_position()
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1347 ht = zend_hash_index_find_ptr(EXIF_G(tag_table_cache), (uintptr_t) tag_table); in exif_get_tag_ht() 1361 return zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname() 1367 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() 1376 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key()
|
/PHP-8.3/ext/standard/ |
H A D | var_unserializer.re | 918 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (uintptr_t) rval_ref);
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_statement.c | 410 if ((column = zend_hash_index_find_ptr(statement->columns, column_index)) == NULL) { in php_oci_statement_get_column()
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 290 if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) { in soap_check_zval_ref() 3520 if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) { in get_conversion()
|
H A D | soap.c | 2895 (param = zend_hash_index_find_ptr(function->requestParameters, cur_param)) == NULL) { 4020 if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 1462 zend_string *ret = zend_hash_index_find_ptr(&PGG(field_oids), oid); in get_field_name() 1538 zend_string *field_table = zend_hash_index_find_ptr(&PGG(table_oids), oid); in PHP_FUNCTION()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli_server.c | 2744 if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) { in php_cli_server_do_event_for_each_fd_callback()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 304 dst_arg = zend_hash_index_find_ptr(dst_type->func.args, i); in zend_ffi_func_ptr_are_compatible() 305 src_arg = zend_hash_index_find_ptr(src_type->func.args, i); in zend_ffi_func_ptr_are_compatible() 4949 ptr = zend_hash_index_find_ptr(type->func.args, n); in ZEND_METHOD()
|