Home
last modified time | relevance | path

Searched refs:DBG_INF (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c464 DBG_INF("PASS"); in MYSQLND_METHOD()
468 DBG_INF("FAIL"); in MYSQLND_METHOD()
515 DBG_INF("PASS"); in mysqlnd_stmt_execute_parse_response()
665 DBG_INF("FAIL"); in MYSQLND_METHOD()
708 DBG_INF("FAIL"); in MYSQLND_METHOD()
1163 DBG_INF("PASS"); in MYSQLND_METHOD()
1220 DBG_INF("PASS"); in MYSQLND_METHOD()
1308 DBG_INF("PASS"); in MYSQLND_METHOD()
1352 DBG_INF("PASS"); in MYSQLND_METHOD()
1483 DBG_INF("NULL"); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_auth.c845 DBG_INF("requesting the public key from the server"); in mysqlnd_sha256_get_rsa_key()
883 DBG_INF("Successfully loaded"); in mysqlnd_sha256_get_rsa_key()
913 DBG_INF("simple clear text under SSL"); in mysqlnd_sha256_auth_get_auth_data()
1108 DBG_INF("First auth step: send hashed password"); in mysqlnd_caching_sha2_get_auth_data()
1140 DBG_INF("requesting the public key from the server"); in mysqlnd_caching_sha2_get_key()
1179 DBG_INF("Successfully loaded"); in mysqlnd_caching_sha2_get_key()
1241 DBG_INF("empty password fast path"); in mysqlnd_caching_sha2_handle_server_response()
1259 DBG_INF("auth switch response"); in mysqlnd_caching_sha2_handle_server_response()
1266 DBG_INF("fast path succeeded"); in mysqlnd_caching_sha2_handle_server_response()
1270 DBG_INF("fast path failed, doing full auth via secure transport"); in mysqlnd_caching_sha2_handle_server_response()
[all …]
H A Dmysqlnd_vio.c354 DBG_INF("MYSQLND_OPT_NET_READ_BUFFER_SIZE"); in MYSQLND_METHOD()
359 DBG_INF("MYSQL_OPT_CONNECT_TIMEOUT"); in MYSQLND_METHOD()
421 DBG_INF("MYSQLND_SSL_PEER_VERIFY"); in MYSQLND_METHOD()
424 DBG_INF("MYSQLND_SSL_PEER_DONT_VERIFY"); in MYSQLND_METHOD()
427 DBG_INF("MYSQLND_SSL_PEER_DEFAULT"); in MYSQLND_METHOD()
431 DBG_INF("default = MYSQLND_SSL_PEER_DEFAULT_ACTION"); in MYSQLND_METHOD()
617 DBG_INF("MYSQLND_SSL_SUPPORTED is not defined"); in MYSQLND_METHOD()
H A Dmysqlnd_protocol_frame_codec.c85 DBG_INF("success decompressing"); in write_compressed_packet()
94 DBG_INF("error decompressing"); in write_compressed_packet()
168 DBG_INF("no compression"); in MYSQLND_METHOD()
396 DBG_INF("MYSQLND_OPT_NET_CMD_BUFFER_SIZE"); in MYSQLND_METHOD()
462 DBG_INF("Freeing cmd buffer"); in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.c101 DBG_INF("Freeing fields metadata"); in MYSQLND_METHOD()
109 DBG_INF("Freeing metadata structure"); in MYSQLND_METHOD()
215 DBG_INF("no more fields"); in MYSQLND_METHOD()
H A Dmysqlnd_result.c219 DBG_INF("LOAD DATA"); in mysqlnd_query_read_result_set_header()
229 DBG_INF("UPSERT"); in mysqlnd_query_read_result_set_header()
251 DBG_INF("Result set pending"); in mysqlnd_query_read_result_set_header()
267 DBG_INF("This is 'SHOW'/'EXPLAIN'-like query."); in mysqlnd_query_read_result_set_header()
354 DBG_INF(ret == PASS? "PASS":"FAIL"); in mysqlnd_query_read_result_set_header()
373 DBG_INF("EOF"); in MYSQLND_METHOD()
376 DBG_INF("non NULL"); in MYSQLND_METHOD()
799 DBG_INF("skipping result"); in MYSQLND_METHOD()
H A Dmysqlnd_debug.h182 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) macro
207 static inline void DBG_INF(const char * const msg) {} in DBG_INF() function
H A Dmysqlnd_ps_codec.c76 DBG_INF("stringify due to zerofill"); in ps_fetch_from_1_to_8_bytes()
81 DBG_INF("stringify"); in ps_fetch_from_1_to_8_bytes()
89 DBG_INF("stringify"); in ps_fetch_from_1_to_8_bytes()
110 DBG_INF("stringify"); in ps_fetch_from_1_to_8_bytes()
338 DBG_INF("copying from the row buffer"); in ps_fetch_string()
H A Dmysqlnd_wireprotocol.c1064 DBG_INF("LOAD LOCAL"); in php_mysqlnd_rset_header_read()
1079 DBG_INF("UPSERT"); in php_mysqlnd_rset_header_read()
1105 DBG_INF("SELECT"); in php_mysqlnd_rset_header_read()
1453 DBG_INF("It's null"); in php_mysqlnd_rowp_read_binary_protocol()
2481 DBG_INF("Error while reading OK packet"); in MYSQLND_METHOD()
2516 DBG_INF(ret == PASS ? "PASS":"FAIL"); in MYSQLND_METHOD()
2537 DBG_INF("Error while reading EOF packet"); in MYSQLND_METHOD()
2555 DBG_INF(ret == PASS ? "PASS":"FAIL"); in MYSQLND_METHOD()
2595 DBG_INF(ret == PASS ? "PASS":"FAIL"); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c283 DBG_INF("Freeing memory of members"); in MYSQLND_METHOD()
583 DBG_INF("Connecting on a connected handle.");
1032 DBG_INF(ret == PASS? "PASS":"FAIL");
1070 DBG_INF("Connection clean, sending COM_QUIT");
1374 DBG_INF(ret == PASS? "PASS":"FAIL");
1532 DBG_INF("Initializing connect_attr hash");
H A Dmysqlnd_commands.c175 DBG_INF(ZSTR_VAL(*message)); in MYSQLND_METHOD()
538 DBG_INF("Switching to SSL"); in MYSQLND_METHOD()

Completed in 47 milliseconds