Searched refs:zend_hash_index_update_ptr (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | pdo_sql_parser.re | 387 zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, zend_string_copy(plc->quoted)); 406 zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, name);
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_lob.c | 106 zend_hash_index_update_ptr(connection->descriptors, descriptor->index, descriptor); in php_oci_lob_create()
|
H A D | oci8_statement.c | 602 outcol = zend_hash_index_update_ptr(statement->columns, counter, outcol); in php_oci_statement_execute()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 615 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_skip_line_helper() 658 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_seek_to_end()
|
H A D | phpdbg_bp.c | 44 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 812 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr() function 855 return zend_hash_index_update_ptr(ht, h, p); in zend_hash_index_update_mem()
|
/PHP-8.3/ext/standard/ |
H A D | var_unserializer.re | 707 zend_hash_index_update_ptr(
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 1494 zend_hash_index_update_ptr(&PGG(field_oids), tmp_oid, name); in get_field_name() 1565 zend_hash_index_update_ptr(&PGG(table_oids), oid, field_table); in PHP_FUNCTION()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli_server.c | 2739 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback()
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 2218 zend_hash_index_update_ptr(ch->to_free->slist, option, slist); in _php_curl_setopt()
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 342 zend_hash_index_update_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data, node); in soap_check_zval_ref()
|
Completed in 64 milliseconds