Searched refs:build_thread_tree_helper (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 4661 /* {{{ build_thread_tree_helper 4663 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) function 4676 build_thread_tree_helper(cur->next, tree, numNodes, buf); 4685 build_thread_tree_helper(cur->branch, tree, numNodes, buf); 4701 build_thread_tree_helper(top, *tree, &numNodes, buf);
|
Completed in 14 milliseconds