Home
last modified time | relevance | path

Searched refs:PDO_ERR_NONE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h61 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
67 #define PDO_STMT_CLEAR_ERR() strcpy(stmt->error_code, PDO_ERR_NONE)
68 #define PDO_HANDLE_DBH_ERR() if (strcmp(dbh->error_code, PDO_ERR_NONE)) { pdo_handle_error(dbh, NUL…
69 #define PDO_HANDLE_STMT_ERR() if (strcmp(stmt->error_code, PDO_ERR_NONE)) { pdo_handle_error(stmt->…
H A Dphp_pdo_driver.h173 #define PDO_ERR_NONE "00000" macro
H A Dpdo_dbh.c1488 REGISTER_PDO_CLASS_CONST_STRING("ERR_NONE", PDO_ERR_NONE); in pdo_dbh_init()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c50 strncpy(*pdo_err, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); in _pdo_sqlite_error()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c52 *error_code = PDO_ERR_NONE; in _firebird_error()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c96 strcpy(*pdo_err, PDO_ERR_NONE); in _pdo_mysql_error()

Completed in 17 milliseconds