Home
last modified time | relevance | path

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

/dports/databases/plpgsql_check/plpgsql_check-2.0.6/src/
H A Dstmtwalk.c463 int closing_all_paths = PLPGSQL_CHECK_UNKNOWN; in plpgsql_check_stmt() local
471 closing_all_paths = merge_closing(closing_all_paths, in plpgsql_check_stmt()
485 closing_all_paths = merge_closing(closing_all_paths, in plpgsql_check_stmt()
494 closing_all_paths = merge_closing(closing_all_paths, in plpgsql_check_stmt()
501 *closing = closing_all_paths; in plpgsql_check_stmt()
502 else if (closing_all_paths == PLPGSQL_CHECK_UNCLOSED) in plpgsql_check_stmt()
516 int closing_all_paths = PLPGSQL_CHECK_UNKNOWN; in plpgsql_check_stmt() local
571 closing_all_paths = merge_closing(closing_all_paths, in plpgsql_check_stmt()
581 *closing = merge_closing(closing_all_paths, in plpgsql_check_stmt()
589 *closing = possibly_closed(closing_all_paths); in plpgsql_check_stmt()