Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_weakrefs.c108 zend_hash_index_update_ptr( in zend_weakref_register()
H A Dzend_hash.h770 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr() function
813 return zend_hash_index_update_ptr(ht, h, p); in zend_hash_index_update_mem()
/PHP-8.0/ext/oci8/
H A Doci8_lob.c106 zend_hash_index_update_ptr(connection->descriptors, descriptor->index, descriptor); in php_oci_lob_create()
H A Doci8_statement.c604 outcol = zend_hash_index_update_ptr(statement->columns, counter, outcol); in php_oci_statement_execute()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c618 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_skip_line_helper()
661 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_seek_to_end()
H A Dphpdbg_bp.c45 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping()
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re619 zend_hash_index_update_ptr(
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2617 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback()
/PHP-8.0/ext/curl/
H A Dinterface.c2697 zend_hash_index_update_ptr(ch->to_free->slist, option, slist); in _php_curl_setopt()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c341 zend_hash_index_update_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data, node); in soap_check_zval_ref()

Completed in 74 milliseconds