Home
last modified time | relevance | path

Searched refs:zend_hash_index_find_ptr (Results 1 – 21 of 21) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_list.c69 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 Dzend_weakrefs.c125 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 Dzend_hash.h910 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr() function
955 return zend_hash_index_find_ptr(ht, idx); in zend_symtable_str_find_ptr()
H A Dzend_inheritance.c2712 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 Dzend_compile.c2531 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 Dzend_shared_alloc.c402 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 Dmsgformat_helpers.cpp193 …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 Dphpdbg_bp.c321 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 Dphpdbg_watch.c394 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 Dspl_observer.c133 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 Ddba.c443 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in php_dba_find()
1229 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in PHP_FUNCTION()
/PHP-8.3/ext/pdo/
H A Dpdo_sql_parser.re211 param = zend_hash_index_find_ptr(params, plc->bindno);
H A Dpdo_stmt.c62 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 Dexif.c1347 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/oci8/
H A Doci8_statement.c410 if ((column = zend_hash_index_find_ptr(statement->columns, column_index)) == NULL) { in php_oci_statement_get_column()
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re918 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (uintptr_t) rval_ref);
/PHP-8.3/ext/pgsql/
H A Dpgsql.c1462 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/ext/soap/
H A Dsoap.c2888 (param = zend_hash_index_find_ptr(function->requestParameters, cur_param)) == NULL) {
4013 if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
H A Dphp_encoding.c290 if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) { in soap_check_zval_ref()
3491 if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) { in get_conversion()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c2724 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 Dffi.c304 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()
4943 ptr = zend_hash_index_find_ptr(type->func.args, n); in ZEND_METHOD()

Completed in 194 milliseconds