Searched refs:has_call (Results 1 – 1 of 1) sorted by relevance
267 int *has_call = user; in set_has_call() local269 *has_call = 1; in set_has_call()278 int has_call = 0; in expr_has_call() local280 if (pet_expr_foreach_call_expr(expr, &set_has_call, &has_call) < 0 && in expr_has_call()281 !has_call) in expr_has_call()284 return has_call; in expr_has_call()293 int *has_call = user; in check_call() local296 *has_call = 1; in check_call()298 return *has_call ? -1 : 0; in check_call()303 static int has_call(struct pet_stmt *stmt) in has_call() function[all …]