Home
last modified time | relevance | path

Searched refs:CR_CONNECTION_ERROR (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h67 #define CR_CONNECTION_ERROR 2002 macro
H A Dmysqlnd_net.c127 …SET_CLIENT_ERROR(*error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, "Unknown errror while connect… in MYSQLND_METHOD()
187 errcode = CR_CONNECTION_ERROR; in MYSQLND_METHOD()
188 SET_CLIENT_ERROR(*error_info, errcode? errcode:CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, errstr); in MYSQLND_METHOD()
279 …SET_CLIENT_ERROR(*error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, "No handler for this scheme"); in MYSQLND_METHOD()
H A Dmysqlnd_ps.c1359 SET_STMT_ERROR(stmt, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, in MYSQLND_METHOD()
H A Dmysqlnd.c1077 …SET_CLIENT_ERROR(*conn->error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, conn->error_info->error…

Completed in 21 milliseconds