Home
last modified time | relevance | path

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

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dsmartcard-channel-client.cpp131 RedErrorItem* error_item = static_cast<RedErrorItem*>(item); in smartcard_channel_client_send_error() local
133 smartcard_channel_client_send_data(rcc, m, item, &error_item->vheader); in smartcard_channel_client_send_error()
140 auto error_item = red::make_shared<RedErrorItem>(); in smartcard_channel_client_push_error() local
142 error_item->vheader.reader_id = reader_id; in smartcard_channel_client_push_error()
143 error_item->vheader.type = VSC_Error; in smartcard_channel_client_push_error()
144 error_item->vheader.length = sizeof(error_item->error); in smartcard_channel_client_push_error()
145 error_item->error.code = error; in smartcard_channel_client_push_error()
146 rcc->pipe_add_push(error_item); in smartcard_channel_client_push_error()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dlexer.h158 struct error_item { struct
165 static inline void error_item_init(struct error_item *ei) in error_item_init() argument
167 memset(ei, 0, sizeof(struct error_item)); in error_item_init()
170 static inline void error_item_free(struct error_item *ei) in error_item_free()
176 static inline void error_item_array_free(struct error_item *array, size_t num) in error_item_array_free()
186 DARRAY(struct error_item) errors;
200 static inline const struct error_item *error_data_item(struct error_data *ed, in error_data_item()
H A Dlexer.c196 struct error_item item; in error_data_add()
213 struct error_item *items = ed->errors.array; in error_data_buildstring()
218 struct error_item *item = items + i; in error_data_buildstring()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-fincalc.c333 can_calc_value(FinCalcDialog *fcd, FinCalcValue value, int *error_item) in can_calc_value() argument
354 *error_item = i; in can_calc_value()
363 *error_item = i; in can_calc_value()
380 *error_item = INTEREST_RATE; in can_calc_value()
402 *error_item = PAYMENT_PERIODS; in can_calc_value()
407 *error_item = PAYMENT_PERIODS; in can_calc_value()
412 *error_item = PAYMENT_PERIODS; in can_calc_value()
428 int error_item = 0; in calc_value() local
433 string = can_calc_value(fcd, value, &error_item); in calc_value()
439 if (error_item == 0) in calc_value()
[all …]
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Dgcommon.c369 gchar *error_item[2]; in fe_updated() local
378 error_item[0] = file_name(file); in fe_updated()
379 error_item[1] = g_strdup(error); in fe_updated()
381 gtk_clist_append(GTK_CLIST(error_log_list), error_item); in fe_updated()
385 g_free(error_item[1]); in fe_updated()
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/server/
H A Dbackground_worker_test.py21 def error_item(): function
24 add_work_item(error_item)
/dports/devel/hpx/hpx-1.2.1/tools/inspect/
H A Dinspect_to_junit.py27 error_item = namedtuple('error_item', 'filename message') variable
41 error = error_item(filename=m.group(1),
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_list.c249 char error_item[256]; /* holds tag, ref, and fname for error msg */ in print_annots_by_object() local
254 sprintf( error_item, "object tag=%d, ref=%d, in file %s", tag, ref, fname ); in print_annots_by_object()
263 func_name, error_item ); in print_annots_by_object()
269 func_name, error_item ); in print_annots_by_object()
282 func_name, error_item ); in print_annots_by_object()
292 func_name, i, annot_type_text, error_item ); in print_annots_by_object()
302 …failed on the %d'th data %s for\n %s\n", func_name, i, annot_type_text, error_item ); in print_annots_by_object()
312 …failed on the %d'th data %s \n for %s\n", func_name, i, annot_type_text, error_item ); in print_annots_by_object()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dburn-task.c406 GError *error_item = NULL; in brasero_task_finished() local
414 if (brasero_task_item_start (item, &error_item) != BRASERO_BURN_OK) in brasero_task_finished()
415 brasero_task_stop (self, BRASERO_BURN_ERR, error_item); in brasero_task_finished()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-core.c197 proto_item *error_item; in xmpp_error() local
214error_item = proto_tree_add_item(tree, hf_xmpp_error, tvb, element->offset, element->length, ENC_B… in xmpp_error()
215 error_tree = proto_item_add_subtree(error_item, ett_xmpp_query_item); in xmpp_error()
236 expert_add_info_format(pinfo, error_item, &ei_xmpp_response, "%s", error_info); in xmpp_error()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-core.c197 proto_item *error_item; in xmpp_error() local
214error_item = proto_tree_add_item(tree, hf_xmpp_error, tvb, element->offset, element->length, ENC_B… in xmpp_error()
215 error_tree = proto_item_add_subtree(error_item, ett_xmpp_query_item); in xmpp_error()
236 expert_add_info_format(pinfo, error_item, &ei_xmpp_response, "%s", error_info); in xmpp_error()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-core.c197 proto_item *error_item; in xmpp_error() local
214error_item = proto_tree_add_item(tree, hf_xmpp_error, tvb, element->offset, element->length, ENC_B… in xmpp_error()
215 error_tree = proto_item_add_subtree(error_item, ett_xmpp_query_item); in xmpp_error()
236 expert_add_info_format(pinfo, error_item, &ei_xmpp_response, "%s", error_info); in xmpp_error()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-core.c197 proto_item *error_item; in xmpp_error() local
214error_item = proto_tree_add_item(tree, hf_xmpp_error, tvb, element->offset, element->length, ENC_B… in xmpp_error()
215 error_tree = proto_item_add_subtree(error_item, ett_xmpp_query_item); in xmpp_error()
236 expert_add_info_format(pinfo, error_item, &ei_xmpp_response, "%s", error_info); in xmpp_error()
/dports/net-mgmt/percona-monitoring-plugins/percona-monitoring-plugins-1.1.8/nagios/bin/
H A Dpmp-check-mongo.py83 error_item = e.msg.split(":")[2].split("'")[1]
84 sys.exit('UNKNOWN - No such action of %s found!' % error_item)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/evaluate/
H A Dowrocanalysis.py236 error_item = pg.ErrorBarItem(
244 error_item = pg.ErrorBarItem(
250 return PlotAvgCurve(curve, pc.curve_item, pc.hull_item, error_item)