Home
last modified time | relevance | path

Searched refs:numNodes (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() argument
4803 unsigned long thisNode = *numNodes; in build_thread_tree_helper()
4812 (*numNodes)++; in build_thread_tree_helper()
4813 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4814 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4821 (*numNodes)++; in build_thread_tree_helper()
4822 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4823 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4834 long numNodes = 0; in build_thread_tree() local
4839 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()

Completed in 22 milliseconds