Home
last modified time | relevance | path

Searched refs:new_ht (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c349 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex() local
350 zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_resolve_pending_file_break_ex()
351 …master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(Ha… in phpdbg_resolve_pending_file_break_ex()
/PHP-7.0/ext/spl/
H A Dspl_array.c1477 HashTable *new_ht = Z_ARRVAL_P(Z_REFVAL(params[0])); in spl_array_method() local
1478 if (aht != new_ht) { in spl_array_method()
1479 spl_array_replace_hash_table(intern, new_ht); in spl_array_method()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c28779 struct _ht *new_ht; /* The new hash table */
28798 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
28801 if( new_ht==0 ) return 0;
28803 pH->ht = new_ht;
28804 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
28805 memset(new_ht, 0, new_size*sizeof(struct _ht));
28809 insertElement(pH, &new_ht[h], elem);
149767 struct _fts3ht *new_ht; /* The new hash table */
149773 if( new_ht==0 ) return 1;
149775 pH->ht = new_ht;
[all …]

Completed in 390 milliseconds