Searched refs:numNodes (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 4663 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) argument 4665 unsigned long thisNode = *numNodes; 4674 (*numNodes)++; 4675 add_assoc_long(tree, buf, *numNodes); 4676 build_thread_tree_helper(cur->next, tree, numNodes, buf); 4683 (*numNodes)++; 4684 add_assoc_long(tree, buf, *numNodes); 4685 build_thread_tree_helper(cur->branch, tree, numNodes, buf); 4696 long numNodes = 0; local 4701 build_thread_tree_helper(top, *tree, &numNodes, bu [all...] |
Completed in 8 milliseconds