Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c554 int command_failed = 0; in PHP_METHOD() local
594 command_failed = 1; in PHP_METHOD()
599 RETURN_BOOL(!command_failed); in PHP_METHOD()
661 int command_failed = 0; in PHP_METHOD() local
684 command_failed = 1; in PHP_METHOD()
689 RETURN_BOOL(!command_failed); in PHP_METHOD()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c3932 int command_failed = 0; local
3983 command_failed = 1;
3987 if (command_failed) {

Completed in 24 milliseconds