Searched refs:pListHead (Results 1 - 20 of 20) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_gc.c309 p = props->pListHead;
314 p = Z_ARRVAL_P(pz)->pListHead;
359 p = props->pListHead;
414 p = props->pListHead;
421 p = Z_ARRVAL_P(pz)->pListHead;
465 p = props->pListHead;
551 p = props->pListHead;
559 p = Z_ARRVAL_P(pz)->pListHead;
603 p = props->pListHead;
681 p = props->pListHead;
[all...]
H A Dzend_string.c145 if (!CG(interned_strings).pListHead) {
146 CG(interned_strings).pListHead = p;
206 CG(interned_strings).pListHead = p->pListNext;
H A Dzend_hash.h72 Bucket *pListHead; member in struct:_hashtable
H A Dzend_hash.c39 if (!(ht)->pListHead) { \
40 (ht)->pListHead = (element); \
163 ht->pListHead = NULL;
452 p = ht->pListHead;
496 ht->pListHead = p->pListNext;
531 p = ht->pListHead;
557 p = ht->pListHead;
562 ht->pListHead = NULL;
612 ht->pListHead = p->pListNext;
644 p = ht->pListHead;
[all...]
/PHP_TRUNK/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.c2227 zval ** first = Z_ARRVAL_P(intern->u.file.current_zval)->pListHead->pData;
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_plugin.c178 p = mysqlnd_registered_plugins.pListHead;
H A Dphp_mysqlnd.c112 p = ht->pListHead;
/PHP_TRUNK/ext/pdo/
H A Dpdo_stmt.c766 p = ht->pListHead;
H A Dpdo_dbh.c477 p = ht->pListHead;
/PHP_TRUNK/ext/opcache/
H A Dzend_persist_calc.c51 Bucket *p = ht->pListHead;
H A Dzend_persist.c61 Bucket *p = ht->pListHead;
111 if (ht->pListHead) {
112 ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead);
H A DZendAccelerator.c284 ZCSG(interned_strings).pListHead = ZCSG(interned_strings_saved_state).pListHead;
286 if (ZCSG(interned_strings).pListHead) {
287 ZCSG(interned_strings).pListHead->pListLast = NULL;
302 ZCSG(interned_strings_saved_state).pListHead = ZCSG(interned_strings).pListHead;
368 if (!ZCSG(interned_strings).pListHead) {
369 ZCSG(interned_strings).pListHead = p;
391 p = CG(function_table)->pListHead;
400 p = CG(class_table)->pListHead;
[all...]
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;
496 ht->pInternalPointer = ht->pListHead;
515 ht->pListHead = NULL;
530 prev = &ht->pListHead;
[all...]
H A DZendAccelerator.h297 Bucket *pListHead; member in struct:_zend_accel_shared_globals::__anon1
/PHP_TRUNK/ext/opcache/Optimizer/
H A Dzend_optimizer.c277 p = script->function_table.pListHead;
284 p = script->class_table.pListHead;
287 q = ce->function_table.pListHead;
/PHP_TRUNK/ext/mysqli/
H A Dmysqli.c1297 p = params_ht->pListHead;
/PHP_TRUNK/ext/mysql/
H A Dphp_mysql.c2183 p = htl->pListHead;
/PHP_TRUNK/ext/standard/
H A Darray.c1754 for (j = 0, temp = hash->pListHead; temp; temp = temp->pListNext)
1767 hash->pListHead = elems[0];
1769 hash->pInternalPointer = hash->pListHead;
1779 temp = hash->pListHead;
1846 for (pos = 0, p = in_hash->pListHead; pos < offset && p ; pos++, p = p->pListNext) {
1972 Bucket *p = Z_ARRVAL_P(stack)->pListHead;
2077 for (p = Z_ARRVAL_P(repl_array)->pListHead, i = 0; p; p = p->pListNext, i++) {
2842 for (i = 0, p = Z_ARRVAL_P(array)->pListHead; p; i++, p = p->pListNext) {
2985 for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) {
3158 for (p = hash->pListHead;
[all...]
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c2564 p = ht->pListHead;

Completed in 49 milliseconds