Home
last modified time | relevance | path

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

/dports/databases/plpgsql_check/plpgsql_check-2.0.6/src/
H A Dstmtwalk.c27 static PLpgSQL_stmt * find_nearest_loop(PLpgSQL_stmt_stack_item *current);
792 if (find_nearest_loop(outer_stmt) == NULL) in plpgsql_check_stmt()
1554 find_nearest_loop(PLpgSQL_stmt_stack_item *current) in find_nearest_loop() function