Lines Matching refs:error_info

86 		SET_CLIENT_ERROR(*conn->error_info, CR_COMMANDS_OUT_OF_SYNC,  in MYSQLND_METHOD()
93 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
94 SET_EMPTY_ERROR(*conn->error_info); in MYSQLND_METHOD()
113 COPY_CLIENT_ERROR(*conn->error_info, result->stored_data->error_info); in MYSQLND_METHOD()
153 SET_CLIENT_ERROR(*conn->error_info, CR_COMMANDS_OUT_OF_SYNC, in MYSQLND_METHOD()
158 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
159 SET_EMPTY_ERROR(*conn->error_info); in MYSQLND_METHOD()
165 SET_OOM_ERROR(*conn->error_info); in MYSQLND_METHOD()
171 SET_OOM_ERROR(*conn->error_info); in MYSQLND_METHOD()
180 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
257 SET_OOM_ERROR(*stmt->error_info); in mysqlnd_stmt_skip_metadata()
258 SET_OOM_ERROR(*stmt->conn->error_info); in mysqlnd_stmt_skip_metadata()
292 SET_OOM_ERROR(*stmt->error_info); in mysqlnd_stmt_read_prepare_response()
293 SET_OOM_ERROR(*stmt->conn->error_info); in mysqlnd_stmt_read_prepare_response()
302 COPY_CLIENT_ERROR(*stmt->error_info, prepare_resp->error_info); in mysqlnd_stmt_read_prepare_response()
303 COPY_CLIENT_ERROR(*stmt->conn->error_info, prepare_resp->error_info); in mysqlnd_stmt_read_prepare_response()
335 SET_OOM_ERROR(*stmt->error_info); in mysqlnd_stmt_prepare_read_eof()
336 SET_OOM_ERROR(*stmt->conn->error_info); in mysqlnd_stmt_prepare_read_eof()
376 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
377 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
423 SET_OOM_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
488 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in mysqlnd_stmt_execute_parse_response()
504 SET_EMPTY_ERROR(*stmt->error_info); in mysqlnd_stmt_execute_parse_response()
505 SET_EMPTY_ERROR(*stmt->conn->error_info); in mysqlnd_stmt_execute_parse_response()
645 SET_CLIENT_ERROR(*conn->error_info, CR_COMMANDS_OUT_OF_SYNC, UNKNOWN_SQLSTATE, in MYSQLND_METHOD()
692 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
827 SET_CLIENT_ERROR(*result->conn->error_info, CR_COMMANDS_OUT_OF_SYNC, in mysqlnd_stmt_fetch_row_unbuffered()
908 if (row_packet->error_info.error_no) { in mysqlnd_stmt_fetch_row_unbuffered()
909 COPY_CLIENT_ERROR(*stmt->conn->error_info, row_packet->error_info); in mysqlnd_stmt_fetch_row_unbuffered()
910 COPY_CLIENT_ERROR(*stmt->error_info, row_packet->error_info); in mysqlnd_stmt_fetch_row_unbuffered()
959 SET_CLIENT_ERROR(*conn->error_info, CR_COMMANDS_OUT_OF_SYNC, in MYSQLND_METHOD()
965 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1004 SET_CLIENT_ERROR(*stmt->conn->error_info, CR_COMMANDS_OUT_OF_SYNC, UNKNOWN_SQLSTATE, in mysqlnd_fetch_stmt_row_cursor()
1013 SET_EMPTY_ERROR(*stmt->error_info); in mysqlnd_fetch_stmt_row_cursor()
1014 SET_EMPTY_ERROR(*stmt->conn->error_info); in mysqlnd_fetch_stmt_row_cursor()
1022 COPY_CLIENT_ERROR(*stmt->error_info, *stmt->conn->error_info); in mysqlnd_fetch_stmt_row_cursor()
1155 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1156 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1198 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1199 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1227 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
1294 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1295 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1342 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD()
1346 SET_OOM_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1347 SET_OOM_ERROR(*conn->error_info); in MYSQLND_METHOD()
1407 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1408 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1480 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1481 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1531 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1532 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1563 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1564 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1620 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD()
1621 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
1723 return stmt? stmt->error_info->error_no : 0; in MYSQLND_METHOD()
1733 return stmt? stmt->error_info->error : 0; in MYSQLND_METHOD()
1743 return stmt && stmt->error_info->sqlstate[0] ? stmt->error_info->sqlstate:MYSQLND_SQLSTATE_NULL; in MYSQLND_METHOD()
1823 SET_OOM_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD()
2100 if (stmt->error_info->error_list) { in MYSQLND_METHOD()
2101 zend_llist_clean(stmt->error_info->error_list); in MYSQLND_METHOD()
2102 mnd_pefree(stmt->error_info->error_list, s->persistent); in MYSQLND_METHOD()
2103 stmt->error_info->error_list = NULL; in MYSQLND_METHOD()
2166 SET_EMPTY_ERROR(*stmt->error_info); in MYSQLND_METHOD_PRIVATE()
2167 SET_EMPTY_ERROR(*stmt->conn->error_info); in MYSQLND_METHOD_PRIVATE()
2200 COPY_CLIENT_ERROR(*stmt->error_info, *conn->error_info); in MYSQLND_METHOD_PRIVATE()