Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c4662 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument
4664 unsigned long thisNode = *numNodes; in build_thread_tree_helper()
4673 (*numNodes)++; in build_thread_tree_helper()
4674 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4675 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4682 (*numNodes)++; in build_thread_tree_helper()
4683 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4684 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4695 long numNodes = 0; in build_thread_tree() local
4700 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()

Completed in 15 milliseconds