Home
last modified time | relevance | path

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

/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c698 int command_failed = 0; in pgsqlCopyFromArray_internal() local
746 command_failed = 1; in pgsqlCopyFromArray_internal()
752 RETURN_BOOL(!command_failed); in pgsqlCopyFromArray_internal()
822 int command_failed = 0; in pgsqlCopyFromFile_internal() local
847 command_failed = 1; in pgsqlCopyFromFile_internal()
853 RETURN_BOOL(!command_failed); in pgsqlCopyFromFile_internal()
/php-src/ext/pgsql/
H A Dpgsql.c3445 bool command_failed = false; in PHP_FUNCTION() local
3481 command_failed = true; in PHP_FUNCTION()
3485 if (command_failed) { in PHP_FUNCTION()

Completed in 23 milliseconds