Home
last modified time | relevance | path

Searched refs:HashTable (Results 226 – 246 of 246) sorted by relevance

12345678910

/PHP-7.4/main/streams/
H A Duserspace.c562 HashTable *global_wrapper_hash, *wrapper_hash; in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_directory.c602 static inline HashTable *spl_filesystem_object_get_debug_info(zval *object) /* {{{ */ in spl_filesystem_object_get_debug_info()
606 HashTable *rv; in spl_filesystem_object_get_debug_info()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h225 HashTable * connect_attr;
H A Dmysqlnd_result.c840 HashTable * row_ht = Z_ARRVAL_P(row); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c1819 conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);
/PHP-7.4/ext/dom/
H A Dnode.c1753 HashTable *ht = Z_ARRVAL_P(xpath_array); in dom_canonicalization()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4688 static void add_config_entries(HashTable *hash, zval *return_value);
4720 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
6150 HashTable *hash = php_ini_get_configuration_hash();
H A Dstring.c3002 static void php_strtr_array(zval *return_value, zend_string *input, HashTable *pats)
3012 HashTable str_hash;
3489 HashTable *pats = Z_ARRVAL_P(from);
/PHP-7.4/main/
H A Dfastcgi.c247 static HashTable fcgi_mgmt_vars;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c943 int phpdbg_output_ev_variable(char *name, size_t len, char *keyname, size_t keylen, HashTable *pare… in phpdbg_output_ev_variable()
/PHP-7.4/ext/ftp/
H A Dftp.c722 ftp_mlsd_parse_line(HashTable *ht, const char *input) { in ftp_mlsd_parse_line()
/PHP-7.4/ext/phar/
H A Dutil.c2001 HashTable newmanifest; in phar_copy_cached_phar()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2180 HashTable *ht = Z_ARRVAL(subpats); in magiccheck()
/PHP-7.4/Zend/
H A Dzend_ast.c451 HashTable *ht = Z_ARRVAL_P(expr); in zend_ast_add_unpacked_element()
/PHP-7.4/ext/imap/
H A Dphp_imap.c638 HashTable *symtable; in add_assoc_object()
653 HashTable *symtable; in add_next_index_object()
/PHP-7.4/ext/sockets/
H A Dsockets.c2105 HashTable *opt_ht;
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1672 HashTable *hash; in register_bound_parameter_to_sqlite()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2372 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list)
6801 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int …
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c1624 static HashTable func_info;
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3566 + HashTable *ht = Z_ARRVAL(subpats);
/PHP-7.4/ext/openssl/
H A Dopenssl.c6154 HashTable *pubkeysht; in PHP_FUNCTION()

Completed in 196 milliseconds

12345678910