Searched refs:CR_UNKNOWN_ERROR (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 44 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_init() 76 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_read() 99 DBG_INF_FMT("no info, %d", CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error() 100 DBG_RETURN(CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_auth.c | 330 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_handshake() 458 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user() 503 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user() 716 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_sha256_public_encrypt() 805 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_sha256_public_encrypt() 871 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_sha256_get_rsa_key() 1023 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_caching_sha2_public_encrypt() 1068 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_caching_sha2_public_encrypt() 1167 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_caching_sha2_get_key()
|
H A D | mysqlnd_enum_n_def.h | 119 #define CR_UNKNOWN_ERROR 2000 macro
|
H A D | mysqlnd_connection.c | 1829 …SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provide… 1854 …SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provide…
|
H A D | mysqlnd_wireprotocol.c | 207 *error_no = CR_UNKNOWN_ERROR; in php_mysqlnd_read_error_from_line() 544 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
|
H A D | mysqlnd_ps.c | 699 …SET_CLIENT_ERROR(stmt->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Couldn't generate the requ… in MYSQLND_METHOD()
|
Completed in 35 milliseconds