Home
last modified time | relevance | path

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

/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c344 zend_hash_update_mem(obj->method_cache, name, &f, sizeof(f)); in com_method_get()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c144zend_hash_update_mem(function_table, function->function_name, function, sizeof(zend_internal_funct… in copy_internal_function()
/PHP-7.0/ext/oci8/
H A Doci8.c2056zend_hash_update_mem(&EG(persistent_list), connection->hash_key, (void *)&new_le, sizeof(zend_reso… in php_oci_do_connect_ex()
2063zend_hash_update_mem(&EG(regular_list), connection->hash_key, (void *)&new_le, sizeof(zend_resourc… in php_oci_do_connect_ex()
2927zend_hash_update_mem(&EG(persistent_list), session_pool->spool_hash_key, (void *)&spool_le, sizeof… in php_oci_get_spool()
/PHP-7.0/ext/spl/
H A Dspl_observer.c189 …pelement = zend_hash_update_mem(&intern->storage, hash, &element, sizeof(spl_SplObjectStorageEleme… in spl_object_storage_attach()
/PHP-7.0/Zend/
H A Dzend_hash.h605 static zend_always_inline void *zend_hash_update_mem(HashTable *ht, zend_string *key, void *pData, … in zend_hash_update_mem() function
H A Dzend_inheritance.c1143 zend_hash_update_mem(*overriden, key, fn, sizeof(zend_function)); in zend_add_trait_method()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c606 pce = zend_hash_update_mem(&PCRE_G(pcre_cache), key, &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c1478 …if (zend_hash_update_mem(&EG(regular_list), str.s, (void *) &new_index_ptr, sizeof(zend_resource))…
2383 zend_hash_update_mem(list, str.s, (void *) &new_oid_entry, sizeof(zend_resource));
2477zend_hash_update_mem(&EG(regular_list), hash_key.s, (void *)&new_field_table, sizeof(zend_resource…
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1425 zend_hash_update_mem(hash, param->name, param, sizeof(struct php_sqlite3_bound_param));
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c408 pparam = zend_hash_update_mem(hash, param->name, param, sizeof(struct pdo_bound_param_data)); in really_register_bound_param()

Completed in 122 milliseconds