Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_error.h25 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
31 #define PDO_STMT_CLEAR_ERR() strcpy(stmt->error_code, PDO_ERR_NONE)
32 #define PDO_HANDLE_DBH_ERR() if (strcmp(dbh->error_code, PDO_ERR_NONE)) { pdo_handle_error(dbh, …
33 #define PDO_HANDLE_STMT_ERR() if (strcmp(stmt->error_code, PDO_ERR_NONE)) { pdo_handle_error(stmt…
H A Dpdo_dbh.c1120 if(!strncmp(dbh->query_stmt->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; in PHP_METHOD()
1123 if(!strncmp(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; in PHP_METHOD()
H A Dphp_pdo_driver.h154 #define PDO_ERR_NONE "00000" macro
H A Dpdo_dbh_arginfo.h510 zend_string *const_ERR_NONE_value_str = zend_string_init(PDO_ERR_NONE, strlen(PDO_ERR_NONE), 1); in register_class_PDO()
H A Dpdo_stmt.c1548 if (strncmp(stmt->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) { in PHP_METHOD()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c47 strncpy(*pdo_err, PDO_ERR_NONE, sizeof(*pdo_err)); in _pdo_sqlite_error()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c104 strcpy(*pdo_err, PDO_ERR_NONE); in _pdo_mysql_error()

Completed in 25 milliseconds