/third_party/ltp/testcases/kernel/syscalls/get_robust_list/ |
H A D | get_robust_list01.c | 78 size_t len_ptr; /* size of structure struct robust_list_head */ in main() local 84 len_ptr = sizeof(struct robust_list_head); in main() 92 * specified by len_ptr argument, or the head of the robust list can't in main() 115 &len_ptr)); in main() 136 &len_ptr)); in main() 152 &len_ptr)); in main() 164 &len_ptr)); in main()
|
/third_party/backends/sanei/ |
H A D | sanei_wire.c | 157 sanei_w_array (Wire * w, SANE_Word * len_ptr, void **v, in sanei_w_array() argument 169 if (*len_ptr && *v) in sanei_w_array() 172 *len_ptr); in sanei_w_array() 174 for (i = 0; i < *len_ptr; ++i) in sanei_w_array() 180 w->allocated_memory -= (*len_ptr * element_size); in sanei_w_array() 183 DBG (1, "sanei_w_array: FREE: tried to free array but *len_ptr or *v " in sanei_w_array() 191 len = *len_ptr; in sanei_w_array() 204 *len_ptr = len; in sanei_w_array()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() 927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() 958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end() 965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 990 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt in wps_er_send_set_sel_reg() 894 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) wps_er_soap_hdr() argument 950 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) wps_er_soap_end() argument 1697 char *len_ptr, *body_ptr; wps_er_ap_put_message() local 1869 char *len_ptr, *body_ptr; wps_er_send_get_device_info() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() 927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() 958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end() 965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 990 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_pt in wps_er_send_set_sel_reg() 894 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) wps_er_soap_hdr() argument 950 wps_er_soap_end(struct wpabuf *buf, const char *name, char *len_ptr, char *body_ptr) wps_er_soap_end() argument 1697 char *len_ptr, *body_ptr; wps_er_ap_put_message() local 1869 char *len_ptr, *body_ptr; wps_er_send_get_device_info() local [all...] |
/third_party/libbpf/src/ |
H A D | ringbuf.c | 236 int *len_ptr, len, err; in ringbuf_process_ring() local 248 len_ptr = r->data + (cons_pos & r->mask); in ringbuf_process_ring() 249 len = smp_load_acquire(len_ptr); in ringbuf_process_ring() 259 sample = (void *)len_ptr + BPF_RINGBUF_HDR_SZ; in ringbuf_process_ring()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegtsenc.c | 693 uint8_t *len_ptr; in mpegts_write_pmt() local 696 len_ptr = q++; in mpegts_write_pmt() 697 *len_ptr = 0; in mpegts_write_pmt() 699 for (p = next = language; next && *len_ptr < 255 / 4 * 4; p = next + 1) { in mpegts_write_pmt() 721 *len_ptr += 4; in mpegts_write_pmt() 724 if (*len_ptr == 0) in mpegts_write_pmt() 730 uint8_t *len_ptr; in mpegts_write_pmt() local 734 len_ptr = q++; in mpegts_write_pmt() 770 *len_ptr = q - len_ptr in mpegts_write_pmt() 772 uint8_t *len_ptr = NULL; mpegts_write_pmt() local [all...] |
H A D | swfdec.c | 60 static int get_swf_tag(AVIOContext *pb, int *len_ptr) in get_swf_tag() argument 73 *len_ptr = len; in get_swf_tag()
|
H A D | wtvdec.c | 777 * @param[out] len_ptr Length of data chunk 780 static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr) in parse_chunks() argument 919 if (len_ptr) { in parse_chunks() 920 *len_ptr = len; in parse_chunks()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 2540 u8 *len_ptr; in pasn_get_sae_wd() local 2551 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 2559 WPA_PUT_LE16(len_ptr, len - 2); in pasn_get_sae_wd() 2562 len_ptr = wpabuf_put(buf, 2); in pasn_get_sae_wd() 2568 WPA_PUT_LE16(len_ptr, wpabuf_len(buf) - len - 2); in pasn_get_sae_wd()
|