Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c591 int command_failed = 0; in PHP_METHOD() local
631 command_failed = 1; in PHP_METHOD()
636 RETURN_BOOL(!command_failed); in PHP_METHOD()
698 int command_failed = 0; in PHP_METHOD() local
721 command_failed = 1; in PHP_METHOD()
726 RETURN_BOOL(!command_failed); in PHP_METHOD()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4057 int command_failed = 0; local
4124 command_failed = 1;
4128 if (command_failed) {

Completed in 30 milliseconds