Searched refs:raw_len (Results 1 – 8 of 8) sorted by relevance
/third_party/libbpf/src/ |
D | relo_core.c | 296 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_parse_spec() 299 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_parse_spec() 302 if (spec->raw_len == 0) in bpf_core_parse_spec() 316 if (!btf_is_any_enum(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t)) in bpf_core_parse_spec() 334 for (i = 1; i < spec->raw_len; i++) { in bpf_core_parse_spec() 513 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_match_member() 518 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member() 547 spec->raw_len--; in bpf_core_match_member() 612 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match() 613 targ_spec->raw_len++; in bpf_core_spec_match() [all …]
|
D | relo_core.h | 42 int raw_len; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp.c | 819 size_t raw_len; in upnp_wps_device_send_wlan_event() local 829 raw_len = 1 + 17 + (msg ? wpabuf_len(msg) : 0); in upnp_wps_device_send_wlan_event() 830 raw = os_zalloc(raw_len); in upnp_wps_device_send_wlan_event() 845 raw_len = pos; in upnp_wps_device_send_wlan_event() 847 val = base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp.c | 797 size_t raw_len; in upnp_wps_device_send_wlan_event() local 807 raw_len = 1 + 17 + (msg ? wpabuf_len(msg) : 0); in upnp_wps_device_send_wlan_event() 808 raw = os_zalloc(raw_len); in upnp_wps_device_send_wlan_event() 823 raw_len = pos; in upnp_wps_device_send_wlan_event() 825 val = (char *) base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_asn1.c | 133 snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw() argument 135 PBUF_OP_EXEC(snmp_pbuf_stream_writebuf(pbuf_stream, raw, raw_len)); in snmp_asn1_enc_raw()
|
D | snmp_asn1.h | 99 err_t snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len);
|
/third_party/rust/crates/os_str_bytes/src/ |
D | raw_str.rs | 417 pub fn raw_len(&self) -> usize { in raw_len() method
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 38469 int raw_len; member
|