Searched refs:llist (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/spl/ |
H A D | spl_dllist.c | 111 llist->count = 0; in spl_ptr_llist_init() 113 return llist; in spl_ptr_llist_init() 134 efree(llist); in spl_ptr_llist_destroy() 179 llist->count++; in spl_ptr_llist_unshift() 199 llist->count++; in spl_ptr_llist_push() 219 llist->count--; in spl_ptr_llist_pop() 269 llist->count--; in spl_ptr_llist_shift() 332 spl_ptr_llist_copy(other->llist, intern->llist); in spl_dllist_object_new_ex() 336 intern->llist = other->llist; in spl_dllist_object_new_ex() 767 llist = intern->llist; in PHP_METHOD() [all …]
|
/PHP-8.3/ext/ftp/ |
H A D | php_ftp.c | 499 char **llist, **ptr, *dir; in PHP_FUNCTION() local 509 if (NULL == (llist = ftp_list(ftp, dir, dir_len, recursive))) { in PHP_FUNCTION() 514 for (ptr = llist; *ptr; ptr++) { in PHP_FUNCTION() 517 efree(llist); in PHP_FUNCTION() 526 char **llist, **ptr, *dir; in PHP_FUNCTION() local 536 if (NULL == (llist = ftp_mlsd(ftp, dir, dir_len))) { in PHP_FUNCTION() 541 for (ptr = llist; *ptr; ptr++) { in PHP_FUNCTION() 550 efree(llist); in PHP_FUNCTION()
|
Completed in 20 milliseconds