Searched refs:build_thread_tree_helper (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 4669 /* {{{ build_thread_tree_helper 4671 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) function 4684 build_thread_tree_helper(cur->next, tree, numNodes, buf); 4693 build_thread_tree_helper(cur->branch, tree, numNodes, buf); 4709 build_thread_tree_helper(top, *tree, &numNodes, buf);
|
Completed in 9 milliseconds