Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2486 MYSQLND_PACKET_OK ok_response; in MYSQLND_METHOD() local
2488 payload_decoder_factory->m.init_ok_packet(&ok_response); in MYSQLND_METHOD()
2490 if (FAIL == (ret = PACKET_READ(payload_decoder_factory->conn, &ok_response))) { in MYSQLND_METHOD()
2498 if (0xFF == ok_response.field_count) { in MYSQLND_METHOD()
2500 SET_CLIENT_ERROR(error_info, ok_response.error_no, ok_response.sqlstate, ok_response.error); in MYSQLND_METHOD()
2514 mysqlnd_set_string(last_message, ok_response.message, ok_response.message_len); in MYSQLND_METHOD()
2517 UPSERT_STATUS_SET_WARNINGS(upsert_status, ok_response.warning_count); in MYSQLND_METHOD()
2518 UPSERT_STATUS_SET_SERVER_STATUS(upsert_status, ok_response.server_status); in MYSQLND_METHOD()
2519 UPSERT_STATUS_SET_AFFECTED_ROWS(upsert_status, ok_response.affected_rows); in MYSQLND_METHOD()
2520 UPSERT_STATUS_SET_LAST_INSERT_ID(upsert_status, ok_response.last_insert_id); in MYSQLND_METHOD()
[all …]

Completed in 12 milliseconds