Home
last modified time | relevance | path

Searched refs:zend_hash_update_mem (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c374 zend_hash_update_mem(obj->method_cache, name, &f, sizeof(f)); in com_method_get()
/PHP-8.3/main/
H A Doutput.c636 zend_hash_update_mem(&php_output_handler_reverse_conflicts, str, &rev, sizeof(HashTable)); in php_output_handler_reverse_conflict_register()
/PHP-8.3/ext/spl/
H A Dspl_observer.c217 …pelement = zend_hash_update_mem(&intern->storage, key.key, &element, sizeof(spl_SplObjectStorageEl… in spl_object_storage_attach()
/PHP-8.3/Zend/
H A Dzend_hash.h768 static zend_always_inline void *zend_hash_update_mem(HashTable *ht, zend_string *key, void *pData, … in zend_hash_update_mem() function
/PHP-8.3/ext/oci8/
H A Doci8.c1186zend_hash_update_mem(&EG(regular_list), connection->hash_key, (void *)&new_le, sizeof(zend_resourc… in php_oci_do_connect_ex()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1690 zend_hash_update_mem(hash, param->name, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c360 pparam = zend_hash_update_mem(hash, param->name, param, sizeof(struct pdo_bound_param_data)); in really_register_bound_param()

Completed in 37 milliseconds