Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c48 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_init()
80 info->error_no = CR_UNKNOWN_ERROR; in mysqlnd_local_infile_read()
103 DBG_INF_FMT("no info, %d", CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
104 DBG_RETURN(CR_UNKNOWN_ERROR); in mysqlnd_local_infile_error()
H A Dmysqlnd_auth.c120 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_handshake()
241 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
301 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
H A Dmysqlnd_priv.h81 #define CR_UNKNOWN_ERROR 2000 macro
H A Dmysqlnd_wireprotocol.c227 *error_no = CR_UNKNOWN_ERROR; in php_mysqlnd_read_error_from_line()
503 SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
H A Dmysqlnd_ps.c684 …SET_STMT_ERROR(stmt, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "Couldn't generate the request. Possibly … in MYSQLND_METHOD()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1377 LOCAL_INFILE_ERROR_MSG(data->error_msg, ER(CR_UNKNOWN_ERROR)); in php_local_infile_init()

Completed in 22 milliseconds