Home
last modified time | relevance | path

Searched refs:mysqlnd_set_string (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_alloc.h74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string() function
H A Dmysqlnd_result.c237mysqlnd_set_string(&conn->last_message, rset_header.info_or_local_file.s, rset_header.info_or_loca… in mysqlnd_query_read_result_set_header()
252 mysqlnd_set_string(&conn->last_message, NULL, 0); in mysqlnd_query_read_result_set_header()
H A Dmysqlnd_auth.c353 mysqlnd_set_string(&conn->last_message, auth_resp_packet.message, auth_resp_packet.message_len); in mysqlnd_auth_handshake()
494 mysqlnd_set_string(&conn->last_message, NULL, 0); in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.c1119 mysqlnd_set_string(&p->info_or_local_file, NULL, 0); in php_mysqlnd_rset_header_free_mem()
1753 mysqlnd_set_string(&p->message, NULL, 0); in php_mysqlnd_stats_free_mem()
2493 mysqlnd_set_string(last_message, ok_response.message, ok_response.message_len); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c302 mysqlnd_set_string(&conn->last_message, NULL, 0); in MYSQLND_METHOD()
386 mysqlnd_set_string(&conn->last_message, NULL, 0); in MYSQLND_METHOD()

Completed in 52 milliseconds