Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c645 int command_failed = 0; in pgsqlCopyFromArray_internal() local
687 command_failed = 1; in pgsqlCopyFromArray_internal()
693 RETURN_BOOL(!command_failed); in pgsqlCopyFromArray_internal()
763 int command_failed = 0; in pgsqlCopyFromFile_internal() local
788 command_failed = 1; in pgsqlCopyFromFile_internal()
794 RETURN_BOOL(!command_failed); in pgsqlCopyFromFile_internal()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c3183 int command_failed = 0; in PHP_FUNCTION() local
3212 command_failed = 1; in PHP_FUNCTION()
3216 if (command_failed) { in PHP_FUNCTION()

Completed in 46 milliseconds