Searched refs:numNodes (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 4318 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument 4320 unsigned long thisNode = *numNodes; in build_thread_tree_helper() 4329 (*numNodes)++; in build_thread_tree_helper() 4330 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper() 4331 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper() 4338 (*numNodes)++; in build_thread_tree_helper() 4339 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper() 4340 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper() 4350 long numNodes = 0; in build_thread_tree() local 4355 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
|
Completed in 14 milliseconds