Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dpdo_sql_parser.re387 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-src/sapi/phpdbg/
H A Dphpdbg_prompt.c615 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 Dphpdbg_bp.c44 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping()
/php-src/Zend/
H A Dzend_hash.h806 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr() function
849 return zend_hash_index_update_ptr(ht, h, p); in zend_hash_index_update_mem()
/php-src/ext/standard/
H A Dvar_unserializer.re702 zend_hash_index_update_ptr(
/php-src/ext/pgsql/
H A Dpgsql.c1499 zend_hash_index_update_ptr(&PGG(field_oids), tmp_oid, name); in get_field_name()
1570 zend_hash_index_update_ptr(&PGG(table_oids), oid, field_table); in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli_server.c2709 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback()
/php-src/ext/curl/
H A Dinterface.c2068 zend_hash_index_update_ptr(ch->to_free->slist, option, slist); in _php_curl_setopt()
/php-src/ext/soap/
H A Dphp_encoding.c349 zend_hash_index_update_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data, node); in soap_check_zval_ref()

Completed in 57 milliseconds