Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2742 ival->list_next = prev->list_next; in ir_add_to_unhandled()
2743 prev->list_next = ival; in ir_add_to_unhandled()
2778 ival = ival->list_next; in ir_merge_to_unhandled()
2800 ival->list_next = prev->list_next; in ir_add_to_unhandled_spill()
2801 prev->list_next = ival; in ir_add_to_unhandled_spill()
3265 prev->list_next = other->list_next; in ir_allocate_blocked_reg()
3291 prev->list_next = other->list_next; in ir_allocate_blocked_reg()
3617 prev->list_next = other->list_next; in ir_linear_scan()
3655 prev->list_next = other->list_next; in ir_linear_scan()
3678 ival = ival->list_next; in ir_linear_scan()
[all …]
H A Dir_private.h1224 ir_live_interval *list_next; /* linked list of active, inactive or unhandled intervals */ member
/php-src/main/
H A Dfastcgi.c175 struct _fcgi_hash_bucket *list_next; member
353 p->list_next = h->list; in fcgi_hash_set()
407 p = p->list_next; in fcgi_hash_apply()
1163 q = q->list_next; in fcgi_read_request()
1188 q = q->list_next; in fcgi_read_request()

Completed in 50 milliseconds