Searched defs:pi_balance (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dtree.c184 sprout(tree **ppr, tree_t p_data, int *pi_balance, argument
203 *pi_balance = TRUE;
216 sub = sprout(&(*ppr)->left, p_data, pi_balance,
218 if (sub && *pi_balance) { /*%< left branch has grown */
225 *pi_balance = FALSE;
264 *pi_balance = FALSE;
274 sub = sprout(&(*ppr)->right, p_data, pi_balance,
276 if (sub && *pi_balance) {
283 *pi_balance = FALSE;
321 *pi_balance
338 delete(tree **ppr_p, int (*pfi_compare)(tree_t, tree_t), tree_t p_user, void (*pfv_uar)(tree_t), int *pi_balance, int *pi_uar_called) argument
392 del(tree **ppr_r, int *pi_balance, tree **ppr_q, void (*pfv_uar)(tree_t), int *pi_uar_called) argument
416 bal_L(tree **ppr_p, int *pi_balance) argument
476 bal_R(tree **ppr_p, int *pi_balance) argument
[all...]

Completed in 21 milliseconds