Searched refs:zend_hash_update_mem (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_handlers.c | 374 zend_hash_update_mem(obj->method_cache, name, &f, sizeof(f)); in com_method_get()
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.c | 217 …pelement = zend_hash_update_mem(&intern->storage, key.key, &element, sizeof(spl_SplObjectStorageEl… in spl_object_storage_attach()
|
/PHP-8.3/main/ |
H A D | output.c | 636 zend_hash_update_mem(&php_output_handler_reverse_conflicts, str, &rev, sizeof(HashTable)); in php_output_handler_reverse_conflict_register()
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.c | 1690 zend_hash_update_mem(hash, param->name, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.c | 1186 …zend_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/pdo/ |
H A D | pdo_stmt.c | 360 pparam = zend_hash_update_mem(hash, param->name, param, sizeof(struct pdo_bound_param_data)); in really_register_bound_param()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 776 static zend_always_inline void *zend_hash_update_mem(HashTable *ht, zend_string *key, void *pData, … in zend_hash_update_mem() function
|
Completed in 39 milliseconds