Home
last modified time | relevance | path

Searched refs:numNodes (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/imap/
H A Dphp_imap.c4699 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument
4701 unsigned long thisNode = *numNodes; in build_thread_tree_helper()
4710 (*numNodes)++; in build_thread_tree_helper()
4711 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4712 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4719 (*numNodes)++; in build_thread_tree_helper()
4720 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4721 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4732 long numNodes = 0; in build_thread_tree() local
4737 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()

Completed in 14 milliseconds