|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_llist.h>
Data Fields | |
| zend_llist_element * | head |
| zend_llist_element * | tail |
| size_t | count |
| size_t | size |
| llist_dtor_func_t | dtor |
| unsigned char | persistent |
| zend_llist_element * | traverse_ptr |
Definition at line 37 of file zend_llist.h.
| size_t _zend_llist::count |
Definition at line 40 of file zend_llist.h.
| llist_dtor_func_t _zend_llist::dtor |
Definition at line 42 of file zend_llist.h.
| zend_llist_element* _zend_llist::head |
Definition at line 38 of file zend_llist.h.
| unsigned char _zend_llist::persistent |
Definition at line 43 of file zend_llist.h.
| size_t _zend_llist::size |
Definition at line 41 of file zend_llist.h.
| zend_llist_element* _zend_llist::tail |
Definition at line 39 of file zend_llist.h.
| zend_llist_element* _zend_llist::traverse_ptr |
Definition at line 44 of file zend_llist.h.