Home
last modified time | relevance | path

Searched defs:attr_len (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DMethodData.java193 int attr_len = in.readInt(); // attr_length in readLineNumTable() local
206 int attr_len=in.readInt(); // attr_length in readLocVarTable() local
219 int attr_len=in.readInt(); // attr_length in prog in readExceptions() local
233 int attr_len = in.readInt(); //attr_length in readStackMapTable() local
246 int attr_len = in.readInt(); //attr_length in readStackMap() local
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DMethodData.java193 int attr_len = in.readInt(); // attr_length in readLineNumTable() local
206 int attr_len=in.readInt(); // attr_length in readLocVarTable() local
219 int attr_len=in.readInt(); // attr_length in prog in readExceptions() local
233 int attr_len = in.readInt(); //attr_length in readStackMapTable() local
246 int attr_len = in.readInt(); //attr_length in readStackMap() local
/dports/polish/libgadu/libgadu-1.12.2/test/automatic/
H A Dmessage2.c35 size_t attr_len; member
249 size_t attr_len, const char *output, gg_encoding_t encoding) in test_text_to_html()
357 const unsigned char *attr, size_t attr_len, gg_encoding_t encoding) in test_html_to_text()
/dports/net/hostapd-devel/hostap-14ab4a816/src/common/
H A Ddpp_reconfig.c47 size_t attr_len; in dpp_build_reconfig_announcement() local
133 size_t attr_len; in dpp_reconfig_build_req() local
318 size_t clear_len, attr_len, len[2]; in dpp_reconfig_build_resp() local
427 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_req_rx()
561 size_t clear_len, attr_len, len[2]; in dpp_reconfig_build_conf() local
649 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_resp_rx()
834 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_conf_rx()
H A Ddpp_auth.c71 size_t len[2], siv_len, attr_len; in dpp_auth_build_req() local
250 size_t len[2], siv_len, attr_len; in dpp_auth_build_resp() local
672 size_t attr_len) in dpp_auth_req_rx()
965 size_t len[2], attr_len; in dpp_auth_build_conf() local
1306 const u8 *attr_start, size_t attr_len, in dpp_auth_resp_rx_status()
1404 const u8 *attr_start, size_t attr_len) in dpp_auth_resp_rx()
1745 const u8 *attr_start, size_t attr_len, in dpp_auth_conf_rx_failure()
1815 const u8 *attr_start, size_t attr_len) in dpp_auth_conf_rx()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/common/
H A Ddpp_reconfig.c47 size_t attr_len; in dpp_build_reconfig_announcement() local
133 size_t attr_len; in dpp_reconfig_build_req() local
318 size_t clear_len, attr_len, len[2]; in dpp_reconfig_build_resp() local
427 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_req_rx()
561 size_t clear_len, attr_len, len[2]; in dpp_reconfig_build_conf() local
649 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_resp_rx()
834 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_conf_rx()
H A Ddpp_auth.c71 size_t len[2], siv_len, attr_len; in dpp_auth_build_req() local
250 size_t len[2], siv_len, attr_len; in dpp_auth_build_resp() local
672 size_t attr_len) in dpp_auth_req_rx()
965 size_t len[2], attr_len; in dpp_auth_build_conf() local
1306 const u8 *attr_start, size_t attr_len, in dpp_auth_resp_rx_status()
1404 const u8 *attr_start, size_t attr_len) in dpp_auth_resp_rx()
1745 const u8 *attr_start, size_t attr_len, in dpp_auth_conf_rx_failure()
1815 const u8 *attr_start, size_t attr_len) in dpp_auth_conf_rx()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c841 dissect_attr_cluster(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_in… in dissect_attr_cluster()
878 dissect_attr_sda(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_sda()
988 dissect_attr_sdea(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_sdea()
1133 dissect_attr_ibss(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ibss()
1153 dissect_attr_mesh(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_mesh()
1190 …attr_further_service_discovery(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len) in dissect_attr_further_service_discovery()
1333 dissect_attr_ndp(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndp()
1396 dissect_attr_ndpe(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ndpe()
1638 dissect_attr_ndc(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndc()
1683 dissect_attr_ndl(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndl()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c841 dissect_attr_cluster(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_in… in dissect_attr_cluster()
878 dissect_attr_sda(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_sda()
988 dissect_attr_sdea(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_sdea()
1133 dissect_attr_ibss(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ibss()
1153 dissect_attr_mesh(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_mesh()
1190 …attr_further_service_discovery(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len) in dissect_attr_further_service_discovery()
1333 dissect_attr_ndp(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndp()
1396 dissect_attr_ndpe(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ndpe()
1638 dissect_attr_ndc(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndc()
1683 dissect_attr_ndl(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndl()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c841 dissect_attr_cluster(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_in… in dissect_attr_cluster()
878 dissect_attr_sda(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_sda()
988 dissect_attr_sdea(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_sdea()
1133 dissect_attr_ibss(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ibss()
1153 dissect_attr_mesh(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_mesh()
1190 …attr_further_service_discovery(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len) in dissect_attr_further_service_discovery()
1333 dissect_attr_ndp(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndp()
1396 dissect_attr_ndpe(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ndpe()
1638 dissect_attr_ndc(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndc()
1683 dissect_attr_ndl(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndl()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c841 dissect_attr_cluster(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_in… in dissect_attr_cluster()
878 dissect_attr_sda(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_sda()
988 dissect_attr_sdea(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_sdea()
1133 dissect_attr_ibss(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ibss()
1153 dissect_attr_mesh(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_mesh()
1190 …attr_further_service_discovery(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len) in dissect_attr_further_service_discovery()
1333 dissect_attr_ndp(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndp()
1396 dissect_attr_ndpe(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info*… in dissect_attr_ndpe()
1638 dissect_attr_ndc(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndc()
1683 dissect_attr_ndl(proto_tree* attr_tree, tvbuff_t* tvb, gint offset, guint16 attr_len, packet_info* … in dissect_attr_ndl()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dattribs.h174 size_t attr_len = strlen (attr_name); in lookup_attribute() local
196 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dattribs.h168 size_t attr_len = strlen (attr_name); in lookup_attribute() local
190 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dattribs.h174 size_t attr_len = strlen (attr_name); in lookup_attribute() local
196 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dattribs.h174 size_t attr_len = strlen (attr_name); in lookup_attribute() local
196 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bgp/
H A DUpdateMsg.cpp254 uint16_t attr_len; in parseAttributes() local
322 void UpdateMsg::parseAttrData(u_char attr_type, uint16_t attr_len, u_char *data, parsed_update_data… in parseAttrData()
534 void UpdateMsg::parseAttr_Aggegator(uint16_t attr_len, u_char *data, parsed_attrs_map &attrs) { in parseAttr_Aggegator()
576 void UpdateMsg::parseAttr_AsPath(uint16_t attr_len, u_char *data, parsed_attrs_map &attrs) { in parseAttr_AsPath()
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dgroup.c126 size_t attr_len = strlen((const char*)attr->children->content); in flickcurl_build_groups() local
179 size_t attr_len = strlen((const char*)attr->children->content); in flickcurl_build_groups() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dattribs.h194 size_t attr_len = strlen (attr_name); in lookup_attribute() local
202 size_t attr_len = strlen (attr_name); in lookup_attribute() local
224 size_t attr_len = strlen (attr_name); in lookup_attribute_by_prefix() local
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-cell-renderer.c189 static gint attr_len = 0; in glade_gtk_cell_renderer_set_property() local
218 static gint attr_len = 0; in glade_gtk_cell_renderer_write_properties() local
277 static gint attr_len = 0, use_attr_len = 0; in glade_gtk_cell_renderer_parse_finished() local
356 static gint attr_len = 0; in glade_gtk_cell_renderer_sync_attributes() local
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/dissectors/
H A Dec_radius.c111 u_int8 attr_len; in FUNC_DECODER() local
191 static u_char * radius_get_attribute(u_int8 attr, u_int8 *attr_len, u_char *begin, u_char *end) in radius_get_attribute()

12345678910>>...15