Home
last modified time | relevance | path

Searched refs:use_exec (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/dev/
H A Druntests.py13 use_exec = False # Try to use subprocess.run variable
16 use_exec = True variable
19 def run(package, basedir, argv, use_exec=use_exec, env=None): argument
247 elif use_exec and not (
266 def runPyUtilibTests(argv=None, use_exec=use_exec): argument
274 use_exec=use_exec )
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/dev/tests/
H A Dtest_runtests.py18 use_exec=False)
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A Dspi.c81 static int _SPI_begin_call(bool use_exec);
82 static int _SPI_end_call(bool use_exec);
2571 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2579 if (use_exec) in _SPI_begin_call()
2598 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2605 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2486 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2491 if (use_exec) in _SPI_begin_call()
2510 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2512 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A Dspi.c79 static int _SPI_begin_call(bool use_exec);
80 static int _SPI_end_call(bool use_exec);
2674 _SPI_begin_call(bool use_exec)
2679 if (use_exec)
2698 _SPI_end_call(bool use_exec)
2700 if (use_exec)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A Dspi.c79 static int _SPI_begin_call(bool use_exec);
80 static int _SPI_end_call(bool use_exec);
2674 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2679 if (use_exec) in _SPI_begin_call()
2698 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2700 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A Dspi.c80 static int _SPI_begin_call(bool use_exec);
81 static int _SPI_end_call(bool use_exec);
2655 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2660 if (use_exec) in _SPI_begin_call()
2679 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2681 if (use_exec) in _SPI_end_call()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A Dspi.c79 static int _SPI_begin_call(bool use_exec);
80 static int _SPI_end_call(bool use_exec);
2664 _SPI_begin_call(bool use_exec) in _SPI_begin_call() argument
2669 if (use_exec) in _SPI_begin_call()
2688 _SPI_end_call(bool use_exec) in _SPI_end_call() argument
2690 if (use_exec) in _SPI_end_call()

123