Searched refs:numNodes (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 4671 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) argument 4673 unsigned long thisNode = *numNodes; 4682 (*numNodes)++; 4683 add_assoc_long(tree, buf, *numNodes); 4684 build_thread_tree_helper(cur->next, tree, numNodes, buf); 4691 (*numNodes)++; 4692 add_assoc_long(tree, buf, *numNodes); 4693 build_thread_tree_helper(cur->branch, tree, numNodes, buf); 4704 long numNodes = 0; local 4709 build_thread_tree_helper(top, *tree, &numNodes, bu [all...] |
Completed in 9 milliseconds