Home
last modified time | relevance | path

Searched refs:exec_stmt_if (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_exec.c178 static int exec_stmt_if(PLpgSQL_execstate *estate,
1571 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1820 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-client/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_exec.c144 static int exec_stmt_if(PLpgSQL_execstate *estate,
1447 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
1690 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt);
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt)
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt);
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1985 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2500 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_exec.c275 static int exec_stmt_if(PLpgSQL_execstate *estate,
1965 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmt()
2486 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_exec.c277 static int exec_stmt_if(PLpgSQL_execstate *estate,
2003 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmts()
2470 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_exec.c277 static int exec_stmt_if(PLpgSQL_execstate *estate,
2003 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt); in exec_stmts()
2470 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt) in exec_stmt_if() function
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_exec.c285 static int exec_stmt_if(PLpgSQL_execstate *estate,
1997 rc = exec_stmt_if(estate, (PLpgSQL_stmt_if *) stmt);
2513 exec_stmt_if(PLpgSQL_execstate *estate, PLpgSQL_stmt_if *stmt)

12