Home
last modified time | relevance | path

Searched refs:DBG_ERR (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c845 DBG_ERR("command out of sync"); in mysqlnd_stmt_fetch_row_unbuffered()
1003 DBG_ERR("no statement"); in mysqlnd_fetch_stmt_row_cursor()
1266 DBG_ERR("not prepared"); in MYSQLND_METHOD()
1276 DBG_ERR("invalid param_no"); in MYSQLND_METHOD()
1364 DBG_ERR("not prepared"); in MYSQLND_METHOD()
1435 DBG_ERR("not prepared"); in MYSQLND_METHOD()
1441 DBG_ERR("invalid param_no"); in MYSQLND_METHOD()
1491 DBG_ERR("not prepared"); in MYSQLND_METHOD()
1525 DBG_ERR("not prepared"); in MYSQLND_METHOD()
1579 DBG_ERR("not prepared"); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_auth.c334 DBG_ERR(mysqlnd_old_passwd); in mysqlnd_auth_handshake()
462 DBG_ERR(mysqlnd_old_passwd); in mysqlnd_auth_change_user()
520 DBG_ERR(mysqlnd_old_passwd); in mysqlnd_auth_change_user()
735 DBG_ERR("password is too long"); in mysqlnd_sha256_public_encrypt()
816 DBG_ERR("password is too long"); in mysqlnd_sha256_public_encrypt()
883 DBG_ERR("server_public_key is not set"); in mysqlnd_sha256_get_rsa_key()
1028 DBG_ERR("password is too long"); in mysqlnd_caching_sha2_public_encrypt()
1066 DBG_ERR("password is too long"); in mysqlnd_caching_sha2_public_encrypt()
1166 DBG_ERR("server_public_key is not set"); in mysqlnd_caching_sha2_get_key()
H A Dmysqlnd_debug.h181 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) macro
206 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR() function
H A Dmysqlnd_vio.c185 DBG_ERR("Error"); in MYSQLND_METHOD()
567 DBG_ERR("Cannot connect to MySQL by using SSL"); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c546 DBG_ERR("the stack buffer was not enough!!"); in php_mysqlnd_auth_write()
1217 DBG_ERR("Premature EOF. That should be COM_FIELD_LIST"); in php_mysqlnd_rset_field_read()
1413 DBG_ERR("Empty row packet body"); in php_mysqlnd_read_row_ex()
1434 DBG_ERR("Empty row packet body"); in php_mysqlnd_read_row_ex()
2543 DBG_ERR("Server is gone"); in MYSQLND_METHOD()
2571 DBG_ERR("Server is gone"); in MYSQLND_METHOD()
H A Dmysqlnd_commands.c632 DBG_ERR("Error while reading greeting packet"); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c1863 DBG_ERR("Command out of sync");
1906 DBG_ERR("Command out of sync");
1926 DBG_ERR("Unknown fetch mode");
H A Dmysqlnd_result.c509 DBG_ERR("Error occurred while reading metadata"); in mysqlnd_query_read_result_set_header()
516 DBG_ERR("Error occurred while reading the EOF packet"); in mysqlnd_query_read_result_set_header()

Completed in 60 milliseconds