Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c4801 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() function
4814 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4823 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4839 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()

Completed in 14 milliseconds