Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.h36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) macro
H A Dmysqlnd_ps.c315 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, prepare_resp->warning_count); in mysqlnd_stmt_read_prepare_response()
361 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, fields_eof->warning_count); in mysqlnd_stmt_prepare_read_eof()
531 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, UPSERT_STATUS_GET_WARNINGS(conn->upsert_status)); in mysqlnd_stmt_execute_parse_response()
969 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_stmt_fetch_row_unbuffered()
1162 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1163 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1170 UPSERT_STATUS_SET_WARNINGS(stmt->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
1171 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_result.c474 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, rset_header->warning_count); in mysqlnd_query_read_result_set_header()
574 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, fields_eof->warning_count); in mysqlnd_query_read_result_set_header()
788 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
916 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
1371 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c2839 UPSERT_STATUS_SET_WARNINGS(upsert_status, ok_response->warning_count); in MYSQLND_METHOD()

Completed in 69 milliseconds