Home
last modified time | relevance | path

Searched refs:HashTable (Results 301 – 325 of 331) sorted by relevance

1...<<11121314

/php-src/Zend/Optimizer/
H A Dblock_pass.c110 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in get_const_switch_target()
1035 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in assemble_code_blocks()
/php-src/main/
H A Drfc1867.c660 HashTable *uploaded_files = NULL;
H A Dfastcgi.c243 static HashTable fcgi_mgmt_vars;
/php-src/Zend/
H A Dzend_alloc.c308 HashTable *tracked_allocs;
3015 HashTable *tracked_allocs = heap->tracked_allocs;
3048 mm_heap->tracked_allocs = malloc(sizeof(HashTable));
H A Dzend_ast.c508 HashTable *ht = Z_ARRVAL_P(expr); in zend_ast_add_unpacked_element()
924 HashTable *args = zend_new_array(args_ast->children); in zend_ast_evaluate_inner()
/php-src/ext/odbc/
H A Dphp_odbc.c271 HashTable *results = &res->conn_ptr->results; in odbc_result_free()
1017 HashTable *pv_param_ht = (HashTable *) &zend_empty_array; in PHP_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc()
1854 HashTable *opt_ht;
/php-src/ext/sqlite3/
H A Dsqlite3.c1643 HashTable *hash; in register_bound_parameter_to_sqlite()
2242 static HashTable *php_sqlite3_get_gc(zend_object *object, zval **table, int *n) in php_sqlite3_get_gc()
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c996 HashTable *row_ht = Z_ARRVAL_P(return_value); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h220 HashTable * connect_attr;
H A Dmysqlnd_connection.c1533 conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);
/php-src/ext/phar/
H A Dstream.c167 HashTable *pharcontext; in phar_wrapper_open_url()
H A Dutil.c2098 HashTable newmanifest; in phar_copy_cached_phar()
/php-src/ext/ffi/
H A Dffi_parser.c333 static int parse_parameter_declaration(int sym, HashTable **args);
2741 HashTable *args = NULL; in parse_array_or_function_declarators()
2926 static int parse_parameter_declaration(int sym, HashTable **args) { in parse_parameter_declaration()
/php-src/ext/libxml/
H A Dlibxml.c60 static HashTable php_libxml_exports;
/php-src/main/streams/
H A Duserspace.c533 HashTable *global_wrapper_hash, *wrapper_hash; in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dphp_mbregex.c55 HashTable ht_rc;
/php-src/ext/session/
H A Dsession.c1766 HashTable *options_ht; in PHP_FUNCTION()
2118 HashTable *object_methods = &Z_OBJCE_P(obj)->function_table; in PHP_FUNCTION()
/php-src/ext/pgsql/
H A Dpgsql.c1576 HashTable *notices; in PHP_FUNCTION()
1958 HashTable *ctor_params = NULL; in php_pgsql_fetch_hash()
5694 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int … in build_assignment_string()
/php-src/ext/spl/
H A Dspl_iterators.c939 static HashTable *spl_RecursiveIteratorIterator_get_gc(zend_object *obj, zval **table, int *n) in spl_RecursiveIteratorIterator_get_gc()
2058 static HashTable *spl_dual_it_get_gc(zend_object *obj, zval **table, int *n) in spl_dual_it_get_gc()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c924 int phpdbg_output_ev_variable(char *name, size_t len, char *keyname, size_t keylen, HashTable *pare… in phpdbg_output_ev_variable()
/php-src/
H A DCONTRIBUTING.md99 …* [HashTable implementation](https://www.npopov.com/2014/12/22/PHPs-new-hashtable-implementation.h…
/php-src/ext/ftp/
H A Dftp.c718 ftp_mlsd_parse_line(HashTable *ht, const char *input) { in ftp_mlsd_parse_line()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2315 HashTable *ht = Z_ARRVAL(subpats); in magiccheck()
/php-src/ext/dom/
H A Dnode.c2095 HashTable *ht = Z_ARRVAL_P(xpath_array); in dom_canonicalization()

Completed in 194 milliseconds

1...<<11121314