Home
last modified time | relevance | path

Searched refs:_firebird_error (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h131 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, long line TSRMLS_DC);
H A Dfirebird_driver.c40 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, long line TSRMLS_DC) /* {{… in _firebird_error() function
95 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__ TSRMLS_CC)
H A Dfirebird_statement.c33 #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt, __FILE__, __LINE__ TSRMLS_CC)

Completed in 15 milliseconds