Home
last modified time | relevance | path

Searched refs:offset_orig (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-blf.c286 volatile gint offset = offset_orig; in dissect_blf_lobj()
295 if (tvb_captured_length_remaining(tvb, offset_orig) < 16) { in dissect_blf_lobj()
296 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
320 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
339 …sub_tvb = tvb_new_subset_length_caplen(tvb, offset, offset_orig + obj_length - offset, offset_orig in dissect_blf_lobj()
361 if (offset - offset_orig < (gint)hdr_length) { in dissect_blf_lobj()
363 offset = offset_orig + hdr_length; in dissect_blf_lobj()
367 offset = offset_orig + obj_length; in dissect_blf_lobj()
376 gint offset_orig = offset; in dissect_blf_next_object() local
[all …]
H A Dpacket-dlt.c649 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
661 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
673 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
687 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
699 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
727 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
801 return offset - offset_orig; in dissect_dlt_verbose_parameter()
817 return offset - offset_orig; in dissect_dlt_verbose_payload()
829 guint32 offset_orig; in dissect_dlt_non_verbose_payload_message() local
838 offset_orig = offset; in dissect_dlt_non_verbose_payload_message()
[all …]
H A Dpacket-someip-sd.c223 guint32 offset_orig = offset; in dissect_someip_sd_pdu_option_configuration() local
240 gint config_string_length = length - offset + offset_orig; in dissect_someip_sd_pdu_option_configuration()
479 …pdu_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset_orig, guint32 length… in dissect_someip_sd_pdu_entry() argument
496 guint32 offset = offset_orig; in dissect_someip_sd_pdu_entry()
593 …dd_uint64_format_value(tree, hf_someip_sd_entry_type_findservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
596 …d_uint64_format_value(tree, hf_someip_sd_entry_type_offerservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
599 …4_format_value(tree, hf_someip_sd_entry_type_subscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
602 …ormat_value(tree, hf_someip_sd_entry_type_subscribeeventgroupack, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
608 …nt64_format_value(tree, hf_someip_sd_entry_type_stopofferservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
611 …rmat_value(tree, hf_someip_sd_entry_type_stopsubscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
[all …]
H A Dpacket-someip.c2598 gint offset_orig = offset; in dissect_someip_payload_string() local
2686 gint offset = offset_orig; in dissect_someip_payload_struct()
2765 gint offset = offset_orig; in dissect_someip_payload_array_dim_length()
2797 return offset - offset_orig; in dissect_someip_payload_array_dim_length()
2805 guint32 offset = offset_orig; in dissect_someip_payload_array_payload()
2860 gint offset = offset_orig; in dissect_someip_payload_array_dim()
2914 gint offset = offset_orig; in dissect_someip_payload_array()
2943 size_of_length = offset - offset_orig; in dissect_someip_payload_array()
2988 gint offset = offset_orig; in dissect_someip_payload_union()
3172 gint offset_orig = offset; in dissect_someip_payload_parameters() local
[all …]
H A Dpacket-tecmp.c715 guint offset = offset_orig;
862 return offset - offset_orig;
1024 guint offset = offset_orig;
1044 return offset - offset_orig;
1048 dissect_tecmp_status_cm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, gui…
1060 guint offset = offset_orig;
1110 length = length - (guint16)(offset - offset_orig - 16);
1172 return offset - offset_orig;
1176 …_tecmp_log_or_replay_stream(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig,
1183 guint offset = offset_orig;
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-blf.c286 volatile gint offset = offset_orig; in dissect_blf_lobj()
295 if (tvb_captured_length_remaining(tvb, offset_orig) < 16) { in dissect_blf_lobj()
296 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
320 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
339 …sub_tvb = tvb_new_subset_length_caplen(tvb, offset, offset_orig + obj_length - offset, offset_orig in dissect_blf_lobj()
361 if (offset - offset_orig < (gint)hdr_length) { in dissect_blf_lobj()
363 offset = offset_orig + hdr_length; in dissect_blf_lobj()
367 offset = offset_orig + obj_length; in dissect_blf_lobj()
376 gint offset_orig = offset; in dissect_blf_next_object() local
[all …]
H A Dpacket-dlt.c649 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
661 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
673 return offset - offset_orig; in dissect_dlt_verbose_parameter_raw_data()
687 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
699 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
727 return offset - offset_orig; in dissect_dlt_verbose_parameter_string()
801 return offset - offset_orig; in dissect_dlt_verbose_parameter()
817 return offset - offset_orig; in dissect_dlt_verbose_payload()
829 guint32 offset_orig; in dissect_dlt_non_verbose_payload_message() local
838 offset_orig = offset; in dissect_dlt_non_verbose_payload_message()
[all …]
H A Dpacket-someip-sd.c223 guint32 offset_orig = offset; in dissect_someip_sd_pdu_option_configuration() local
240 gint config_string_length = length - offset + offset_orig; in dissect_someip_sd_pdu_option_configuration()
479 …pdu_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset_orig, guint32 length… in dissect_someip_sd_pdu_entry() argument
496 guint32 offset = offset_orig; in dissect_someip_sd_pdu_entry()
593 …dd_uint64_format_value(tree, hf_someip_sd_entry_type_findservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
596 …d_uint64_format_value(tree, hf_someip_sd_entry_type_offerservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
599 …4_format_value(tree, hf_someip_sd_entry_type_subscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
602 …ormat_value(tree, hf_someip_sd_entry_type_subscribeeventgroupack, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
608 …nt64_format_value(tree, hf_someip_sd_entry_type_stopofferservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
611 …rmat_value(tree, hf_someip_sd_entry_type_stopsubscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
[all …]
H A Dpacket-someip.c2598 gint offset_orig = offset; in dissect_someip_payload_string() local
2686 gint offset = offset_orig; in dissect_someip_payload_struct()
2765 gint offset = offset_orig; in dissect_someip_payload_array_dim_length()
2797 return offset - offset_orig; in dissect_someip_payload_array_dim_length()
2805 guint32 offset = offset_orig; in dissect_someip_payload_array_payload()
2860 gint offset = offset_orig; in dissect_someip_payload_array_dim()
2914 gint offset = offset_orig; in dissect_someip_payload_array()
2943 size_of_length = offset - offset_orig; in dissect_someip_payload_array()
2988 gint offset = offset_orig; in dissect_someip_payload_union()
3172 gint offset_orig = offset; in dissect_someip_payload_parameters() local
[all …]
H A Dpacket-tecmp.c715 guint offset = offset_orig; in dissect_tecmp_entry_header()
862 return offset - offset_orig; in dissect_tecmp_entry_header()
1024 guint offset = offset_orig; in dissect_tecmp_control_msg()
1044 return offset - offset_orig; in dissect_tecmp_control_msg()
1048 dissect_tecmp_status_cm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, gui… in dissect_tecmp_status_cm() argument
1060 guint offset = offset_orig; in dissect_tecmp_status_cm()
1110 length = length - (guint16)(offset - offset_orig - 16); in dissect_tecmp_status_cm()
1172 return offset - offset_orig; in dissect_tecmp_status_cm()
1176 …_tecmp_log_or_replay_stream(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, in dissect_tecmp_log_or_replay_stream() argument
1183 guint offset = offset_orig; in dissect_tecmp_log_or_replay_stream()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-blf.c286 volatile gint offset = offset_orig;
295 if (tvb_captured_length_remaining(tvb, offset_orig) < 16) {
296 return tvb_captured_length_remaining(tvb, offset_orig);
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig));
320 return tvb_captured_length_remaining(tvb, offset_orig);
339 …sub_tvb = tvb_new_subset_length_caplen(tvb, offset, offset_orig + obj_length - offset, offset_orig
361 if (offset - offset_orig < (gint)hdr_length) {
363 offset = offset_orig + hdr_length;
367 offset = offset_orig + obj_length;
376 gint offset_orig = offset;
[all …]
H A Dpacket-dlt.c649 return offset - offset_orig;
661 return offset - offset_orig;
673 return offset - offset_orig;
687 return offset - offset_orig;
699 return offset - offset_orig;
727 return offset - offset_orig;
801 return offset - offset_orig;
817 return offset - offset_orig;
829 guint32 offset_orig;
838 offset_orig = offset;
[all …]
H A Dpacket-someip-sd.c223 guint32 offset_orig = offset; in dissect_someip_sd_pdu_option_configuration() local
240 gint config_string_length = length - offset + offset_orig; in dissect_someip_sd_pdu_option_configuration()
479 …pdu_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset_orig, guint32 length… in dissect_someip_sd_pdu_entry() argument
496 guint32 offset = offset_orig; in dissect_someip_sd_pdu_entry()
593 …dd_uint64_format_value(tree, hf_someip_sd_entry_type_findservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
596 …d_uint64_format_value(tree, hf_someip_sd_entry_type_offerservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
599 …4_format_value(tree, hf_someip_sd_entry_type_subscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
602 …ormat_value(tree, hf_someip_sd_entry_type_subscribeeventgroupack, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
608 …nt64_format_value(tree, hf_someip_sd_entry_type_stopofferservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
611 …rmat_value(tree, hf_someip_sd_entry_type_stopsubscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
[all …]
H A Dpacket-someip.c2598 gint offset_orig = offset; in dissect_someip_payload_string() local
2686 gint offset = offset_orig; in dissect_someip_payload_struct()
2765 gint offset = offset_orig; in dissect_someip_payload_array_dim_length()
2797 return offset - offset_orig; in dissect_someip_payload_array_dim_length()
2805 guint32 offset = offset_orig; in dissect_someip_payload_array_payload()
2860 gint offset = offset_orig; in dissect_someip_payload_array_dim()
2914 gint offset = offset_orig; in dissect_someip_payload_array()
2943 size_of_length = offset - offset_orig; in dissect_someip_payload_array()
2988 gint offset = offset_orig; in dissect_someip_payload_union()
3172 gint offset_orig = offset; in dissect_someip_payload_parameters() local
[all …]
H A Dpacket-tecmp.c715 guint offset = offset_orig; in dissect_tecmp_entry_header()
862 return offset - offset_orig; in dissect_tecmp_entry_header()
1024 guint offset = offset_orig; in dissect_tecmp_control_msg()
1044 return offset - offset_orig; in dissect_tecmp_control_msg()
1048 dissect_tecmp_status_cm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, gui… in dissect_tecmp_status_cm() argument
1060 guint offset = offset_orig; in dissect_tecmp_status_cm()
1110 length = length - (guint16)(offset - offset_orig - 16); in dissect_tecmp_status_cm()
1172 return offset - offset_orig; in dissect_tecmp_status_cm()
1176 …_tecmp_log_or_replay_stream(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, in dissect_tecmp_log_or_replay_stream() argument
1183 guint offset = offset_orig; in dissect_tecmp_log_or_replay_stream()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-blf.c286 volatile gint offset = offset_orig; in dissect_blf_lobj()
295 if (tvb_captured_length_remaining(tvb, offset_orig) < 16) { in dissect_blf_lobj()
296 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
318 … proto_item_set_end(ti_root, tvb, offset_orig + tvb_captured_length_remaining(tvb, offset_orig)); in dissect_blf_lobj()
320 return tvb_captured_length_remaining(tvb, offset_orig); in dissect_blf_lobj()
339 …sub_tvb = tvb_new_subset_length_caplen(tvb, offset, offset_orig + obj_length - offset, offset_orig in dissect_blf_lobj()
361 if (offset - offset_orig < (gint)hdr_length) { in dissect_blf_lobj()
363 offset = offset_orig + hdr_length; in dissect_blf_lobj()
367 offset = offset_orig + obj_length; in dissect_blf_lobj()
376 gint offset_orig = offset; in dissect_blf_next_object() local
[all …]
H A Dpacket-dlt.c649 return offset - offset_orig;
661 return offset - offset_orig;
673 return offset - offset_orig;
687 return offset - offset_orig;
699 return offset - offset_orig;
727 return offset - offset_orig;
801 return offset - offset_orig;
817 return offset - offset_orig;
829 guint32 offset_orig;
838 offset_orig = offset;
[all …]
H A Dpacket-someip-sd.c223 guint32 offset_orig = offset; in dissect_someip_sd_pdu_option_configuration() local
240 gint config_string_length = length - offset + offset_orig; in dissect_someip_sd_pdu_option_configuration()
479 …pdu_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset_orig, guint32 length… in dissect_someip_sd_pdu_entry() argument
496 guint32 offset = offset_orig; in dissect_someip_sd_pdu_entry()
593 …dd_uint64_format_value(tree, hf_someip_sd_entry_type_findservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
596 …d_uint64_format_value(tree, hf_someip_sd_entry_type_offerservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
599 …4_format_value(tree, hf_someip_sd_entry_type_subscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
602 …ormat_value(tree, hf_someip_sd_entry_type_subscribeeventgroupack, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
608 …nt64_format_value(tree, hf_someip_sd_entry_type_stopofferservice, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
611 …rmat_value(tree, hf_someip_sd_entry_type_stopsubscribeeventgroup, tvb, offset_orig, SD_ENTRY_LENGT… in dissect_someip_sd_pdu_entry()
[all …]
H A Dpacket-someip.c2598 gint offset_orig = offset; in dissect_someip_payload_string() local
2686 gint offset = offset_orig; in dissect_someip_payload_struct()
2765 gint offset = offset_orig; in dissect_someip_payload_array_dim_length()
2797 return offset - offset_orig; in dissect_someip_payload_array_dim_length()
2805 guint32 offset = offset_orig; in dissect_someip_payload_array_payload()
2860 gint offset = offset_orig; in dissect_someip_payload_array_dim()
2914 gint offset = offset_orig; in dissect_someip_payload_array()
2943 size_of_length = offset - offset_orig; in dissect_someip_payload_array()
2988 gint offset = offset_orig; in dissect_someip_payload_union()
3172 gint offset_orig = offset; in dissect_someip_payload_parameters() local
[all …]
H A Dpacket-tecmp.c715 guint offset = offset_orig; in dissect_tecmp_entry_header()
862 return offset - offset_orig; in dissect_tecmp_entry_header()
1024 guint offset = offset_orig; in dissect_tecmp_control_msg()
1044 return offset - offset_orig; in dissect_tecmp_control_msg()
1048 dissect_tecmp_status_cm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, gui… in dissect_tecmp_status_cm() argument
1060 guint offset = offset_orig; in dissect_tecmp_status_cm()
1110 length = length - (guint16)(offset - offset_orig - 16); in dissect_tecmp_status_cm()
1172 return offset - offset_orig; in dissect_tecmp_status_cm()
1176 …_tecmp_log_or_replay_stream(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset_orig, in dissect_tecmp_log_or_replay_stream() argument
1183 guint offset = offset_orig; in dissect_tecmp_log_or_replay_stream()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_fluid.c157 uint offset_orig = (zb) * (w * h) + (xb)*h + (yb); in rescale_3d() local
160 nfpixels[offset * 4] = fpixels[offset_orig * 4]; in rescale_3d()
161 nfpixels[offset * 4 + 1] = fpixels[offset_orig * 4 + 1]; in rescale_3d()
162 nfpixels[offset * 4 + 2] = fpixels[offset_orig * 4 + 2]; in rescale_3d()
163 nfpixels[offset * 4 + 3] = fpixels[offset_orig * 4 + 3]; in rescale_3d()
166 nfpixels[offset] = fpixels[offset_orig]; in rescale_3d()
/dports/audio/liboggz/liboggz-1.1.1/src/liboggz/
H A Doggz_seek.c621 oggz_off_t offset_orig, offset_at, offset_guess; in oggz_bounded_seek_set() local
665 offset_orig = oggz->offset; in oggz_bounded_seek_set()
768 oggz_reset (oggz, offset_orig, -1, SEEK_SET); in oggz_bounded_seek_set()
785 oggz_off_t offset_orig, offset_at, offset_end; in oggz_seek_end() local
793 offset_orig = oggz->offset; in oggz_seek_end()
801 oggz_reset (oggz, offset_orig, -1, SEEK_SET); in oggz_seek_end()
/dports/net/libpcapnav/libpcapnav-0.8/src/
H A Dpcapnav_trace.c473 off_t offset_orig, tmp_offset; in __pcapnav_trace_find_end() local
491 offset_orig = pcapnav_get_offset(pn); in __pcapnav_trace_find_end()
535 pcapnav_set_offset(pn, offset_orig); in __pcapnav_trace_find_end()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DPath.h267 struct offset_orig struct
276 offset_orig & orig); argument
278 double st, double et, int piece, offset_orig & orig);
280 int piece, offset_orig & orig);
H A DPathConversion.cpp1076 int const piece, offset_orig &/*orig*/) in DoArc() argument
1129 int piece, offset_orig &orig) in RecCubicTo()
1210 int piece, offset_orig& orig) in RecBezierTo()

1234