Home
last modified time | relevance | path

Searched refs:read_into_target (Results 1 – 25 of 86) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y91 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
1999 read_into_target(&new->rec, &new->row, &new->strict);
2111 read_into_target(&rec, &row, NULL);
2901 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3335 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y91 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
1999 read_into_target(&new->rec, &new->row, &new->strict);
2111 read_into_target(&rec, &row, NULL);
2901 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3335 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y91 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
1999 read_into_target(&new->rec, &new->row, &new->strict);
2111 read_into_target(&rec, &row, NULL);
2901 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3335 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y91 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
1999 read_into_target(&new->rec, &new->row, &new->strict);
2111 read_into_target(&rec, &row, NULL);
2901 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3335 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict); in make_execsql_stmt()
3420 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target, in CreateTwoHighNumberedPipes()
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict);
3420 read_into_target(PLpgSQL_variable **target, bool *strict)
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict); in make_execsql_stmt()
3420 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict); in make_execsql_stmt()
3420 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict);
3420 read_into_target(PLpgSQL_variable **target, bool *strict)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict); in make_execsql_stmt()
3420 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row,
2002 read_into_target(&new->rec, &new->row, &new->strict);
2114 read_into_target(&rec, &row, NULL);
2910 read_into_target(&rec, &row, &have_strict); in make_execsql_stmt()
3344 read_into_target(PLpgSQL_rec **rec, PLpgSQL_row **row, bool *strict) in read_into_target() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2014 read_into_target(&new->target, &new->strict);
2125 read_into_target(&target, NULL);
2975 read_into_target(&target, &have_strict); in make_execsql_stmt()
3420 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2031 read_into_target(&new->target, &new->strict);
2143 read_into_target(&target, NULL);
3008 read_into_target(&target, &have_strict); in make_execsql_stmt()
3458 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_variable **target,
2063 read_into_target(&new->target, &new->strict);
2175 read_into_target(&target, NULL);
3010 read_into_target(&target, &have_strict); in make_execsql_stmt()
3456 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_variable **target,
2063 read_into_target(&new->target, &new->strict);
2175 read_into_target(&target, NULL);
3010 read_into_target(&target, &have_strict); in make_execsql_stmt()
3456 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_variable **target,
2063 read_into_target(&new->target, &new->strict);
2175 read_into_target(&target, NULL);
3010 read_into_target(&target, &have_strict); in make_execsql_stmt()
3456 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_variable **target,
2063 read_into_target(&new->target, &new->strict);
2175 read_into_target(&target, NULL);
3010 read_into_target(&target, &have_strict); in make_execsql_stmt()
3456 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.y93 static void read_into_target(PLpgSQL_variable **target,
2063 read_into_target(&new->target, &new->strict);
2175 read_into_target(&target, NULL);
3010 read_into_target(&target, &have_strict); in make_execsql_stmt()
3456 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.y94 static void read_into_target(PLpgSQL_variable **target,
2031 read_into_target(&new->target, &new->strict);
2143 read_into_target(&target, NULL);
3008 read_into_target(&target, &have_strict); in make_execsql_stmt()
3458 read_into_target(PLpgSQL_variable **target, bool *strict) in read_into_target() function

1234