Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c46 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_init()
78 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_read()
101 DBG_INF_FMT("no info, %d", CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
102 DBG_RETURN(CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
159 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_handle_local_infile()
H A Dmysqlnd_auth.c321 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_handshake()
437 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
495 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
724 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_sha256_get_rsa_key()
792 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_sha256_auth_get_auth_data()
H A Dmysqlnd_enum_n_def.h121 #define CR_UNKNOWN_ERROR 2000 macro
H A Dmysqlnd_connection.c1932 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Unknown fetch mode");
2190 …SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provide…
2222 …SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Savepoint name not provide…
H A Dmysqlnd_wireprotocol.c208 *error_no = CR_UNKNOWN_ERROR; in php_mysqlnd_read_error_from_line()
532 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
H A Dmysqlnd_ps.c724 …SET_CLIENT_ERROR(stmt->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Couldn't generate the requ… in MYSQLND_METHOD()

Completed in 41 milliseconds