Home
last modified time | relevance | path

Searched refs:pListHead (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/phar/
H A Dgdbhelp12 set $p = $ht.pListHead
56 set $p = $ht.pListHead
67 set $m = $manifest.pListHead
89 set $p = $ht.pListHead
95 set $m = $manifest.pListHead
/PHP-5.5/Zend/
H A Dzend_hash.c167 ht->pListHead = NULL; in _zend_hash_init()
476 p = ht->pListHead; in zend_hash_rehash()
555 p = ht->pListHead; in zend_hash_destroy()
581 p = ht->pListHead; in zend_hash_clean()
586 ht->pListHead = NULL; in zend_hash_clean()
668 p = ht->pListHead; in zend_hash_graceful_destroy()
714 p = ht->pListHead; in zend_hash_apply()
738 p = ht->pListHead; in zend_hash_apply_with_argument()
765 p = ht->pListHead; in zend_hash_apply_with_arguments()
1458 p = ht->pListHead; in zend_hash_sort()
[all …]
H A Dzend_gc.c304 p = props->pListHead; in zval_scan_black()
309 p = Z_ARRVAL_P(pz)->pListHead; in zval_scan_black()
354 p = props->pListHead; in zobj_scan_black()
409 p = props->pListHead; in zval_mark_grey()
416 p = Z_ARRVAL_P(pz)->pListHead; in zval_mark_grey()
460 p = props->pListHead; in zobj_mark_grey()
546 p = props->pListHead; in zval_scan()
598 p = props->pListHead; in zobj_scan()
676 p = props->pListHead; in zval_collect_white()
681 p = Z_ARRVAL_P(pz)->pListHead; in zval_collect_white()
[all …]
H A Dzend_string.c145 if (!CG(interned_strings).pListHead) { in zend_new_interned_string_int()
146 CG(interned_strings).pListHead = p; in zend_new_interned_string_int()
206 CG(interned_strings).pListHead = p->pListNext; in zend_interned_strings_restore_int()
H A Dzend_hash.h73 Bucket *pListHead; member
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c284 ht->pListHead = NULL;
299 prev = &ht->pListHead;
300 p = source->pListHead;
384 ht->pInternalPointer = ht->pListHead;
404 ht->pListHead = NULL;
419 prev = &ht->pListHead;
420 p = source->pListHead;
515 ht->pListHead = NULL;
530 prev = &ht->pListHead;
531 p = source->pListHead;
[all …]
H A DZendAccelerator.c284 ZCSG(interned_strings).pListHead = ZCSG(interned_strings_saved_state).pListHead; in accel_interned_strings_restore_state()
302 ZCSG(interned_strings_saved_state).pListHead = ZCSG(interned_strings).pListHead; in accel_interned_strings_save_state()
370 ZCSG(interned_strings).pListHead = p; in accel_new_interned_string()
392 p = CG(function_table)->pListHead; in accel_use_shm_interned_strings()
401 p = CG(class_table)->pListHead; in accel_use_shm_interned_strings()
413 q = ce->properties_info.pListHead; in accel_use_shm_interned_strings()
428 q = ce->function_table.pListHead; in accel_use_shm_interned_strings()
436 q = ce->constants_table.pListHead; in accel_use_shm_interned_strings()
448 p = EG(zend_constants)->pListHead; in accel_use_shm_interned_strings()
457 p = CG(auto_globals)->pListHead; in accel_use_shm_interned_strings()
[all …]
H A Dzend_persist.c61 Bucket *p = ht->pListHead; in zend_hash_persist()
111 if (ht->pListHead) { in zend_hash_persist()
112 ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead); in zend_hash_persist()
H A DZendAccelerator.h308 Bucket *pListHead; member
H A Dzend_persist_calc.c53 Bucket *p = ht->pListHead; in zend_hash_persist_calc()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c178 p = mysqlnd_registered_plugins.pListHead; in _mysqlnd_plugin_apply_with_argument()
H A Dphp_mysqlnd.c112 p = ht->pListHead; in mysqlnd_minfo_dump_api_plugins()
/PHP-5.5/ext/spl/
H A Dphp_spl.c457 (ht)->pListTail->pListNext = (ht)->pListHead; \
458 (ht)->pListHead = (ht)->pListTail; \
459 (ht)->pListTail = (ht)->pListHead->pListLast; \
460 (ht)->pListHead->pListNext->pListLast = (ht)->pListHead;\
462 (ht)->pListHead->pListLast = NULL;
H A Dspl_directory.c2239 zval ** first = Z_ARRVAL_P(intern->u.file.current_zval)->pListHead->pData; in spl_filesystem_file_is_empty_line()
/PHP-5.5/ext/standard/
H A Darray.c1754 for (j = 0, temp = hash->pListHead; temp; temp = temp->pListNext) in php_array_data_shuffle()
1767 hash->pListHead = elems[0]; in php_array_data_shuffle()
1769 hash->pInternalPointer = hash->pListHead; in php_array_data_shuffle()
1779 temp = hash->pListHead; in php_array_data_shuffle()
1972 Bucket *p = Z_ARRVAL_P(stack)->pListHead; in _phpi_pop()
2996 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { in php_array_intersect_key()
3169 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_intersect()
3586 for (p = hash->pListHead; p; p = p->pListNext) { in php_array_diff()
3960 hash->pListHead = indirect[0][i];; in PHP_FUNCTION()
3962 hash->pInternalPointer = hash->pListHead; in PHP_FUNCTION()
[all …]
/PHP-5.5/
H A D.gdbinit291 set $p = $ht->pListHead
323 set $p = $ht->pListHead
389 set $p = $ht->pListHead
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1304 p = params_ht->pListHead; in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c477 p = ht->pListHead; in pdo_stmt_construct()
H A Dpdo_stmt.c766 p = ht->pListHead; in do_fetch_class_prepare()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2183 p = htl->pListHead;
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2694 p = ht->pListHead;

Completed in 125 milliseconds