Home
last modified time | relevance | path

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

/PHP-5.3/ext/imap/
H A Dphp_imap.c4671 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument
4673 unsigned long thisNode = *numNodes; 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->next, tree, numNodes, buf); in build_thread_tree_helper()
4691 (*numNodes)++; in build_thread_tree_helper()
4692 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4693 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4704 long numNodes = 0; in build_thread_tree() local
4709 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()

Completed in 15 milliseconds