Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps.c130 COPY_CLIENT_ERROR(*conn->error_info, result->stored_data->error_info); in MYSQLND_METHOD()
197 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
319 COPY_CLIENT_ERROR(*stmt->error_info, prepare_resp->error_info); in mysqlnd_stmt_read_prepare_response()
320 COPY_CLIENT_ERROR(*stmt->conn->error_info, prepare_resp->error_info); in mysqlnd_stmt_read_prepare_response()
506 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in mysqlnd_stmt_execute_parse_response()
737 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
950 COPY_CLIENT_ERROR(*stmt->error_info, row_packet->error_info); in mysqlnd_stmt_fetch_row_unbuffered()
1062 COPY_CLIENT_ERROR(*stmt->error_info, *stmt->conn->error_info); in mysqlnd_fetch_stmt_row_cursor()
1271 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
1386 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_priv.h124 #define COPY_CLIENT_ERROR(error_info_to, error_info_from) \ macro
H A Dmysqlnd_result.c442 COPY_CLIENT_ERROR(*conn->error_info, rset_header->error_info); in mysqlnd_query_read_result_set_header()
765 COPY_CLIENT_ERROR(*result->conn->error_info, row_packet->error_info); in MYSQLND_METHOD()
891 COPY_CLIENT_ERROR(*result->conn->error_info, row_packet->error_info); in MYSQLND_METHOD()
1378 COPY_CLIENT_ERROR(set->error_info, row_packet->error_info); in MYSQLND_METHOD()
1430 COPY_CLIENT_ERROR(*conn->error_info, result->stored_data->error_info); in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.c80 COPY_CLIENT_ERROR(*conn->error_info, field_packet->error_info); in MYSQLND_METHOD()
H A Dmysqlnd_auth.c234 COPY_CLIENT_ERROR(*conn->error_info, chg_user_resp->error_info); in mysqlnd_auth_change_user()

Completed in 22 milliseconds