Searched refs:build_thread_tree_helper (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 4401 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() function 4414 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper() 4423 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper() 4438 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
|
Completed in 23 milliseconds