Home
last modified time | relevance | path

Searched refs:tmp_pos (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c580 u8 *tmp, *tmp_pos; in fils_process_hlp() local
624 tmp_pos = tmp; in fils_process_hlp()
625 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp()
626 tmp_pos += pos[1] - 1; in fils_process_hlp()
632 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp()
633 tmp_pos += pos[1]; in fils_process_hlp()
637 if (fils_process_hlp_req(hapd, sta, tmp, tmp_pos - tmp) > 0) in fils_process_hlp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c580 u8 *tmp, *tmp_pos; in fils_process_hlp() local
624 tmp_pos = tmp; in fils_process_hlp()
625 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp()
626 tmp_pos += pos[1] - 1; in fils_process_hlp()
632 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp()
633 tmp_pos += pos[1]; in fils_process_hlp()
637 if (fils_process_hlp_req(hapd, sta, tmp, tmp_pos - tmp) > 0) in fils_process_hlp()
/third_party/ffmpeg/libavformat/
H A Dseek.c371 int64_t tmp_pos = pos_max + 1; in ff_find_last_ts() local
373 &tmp_pos, INT64_MAX, read_timestamp_func); in ff_find_last_ts()
376 av_assert0(tmp_pos > pos_max); in ff_find_last_ts()
378 pos_max = tmp_pos; in ff_find_last_ts()
379 if (tmp_pos >= filesize) in ff_find_last_ts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c4220 u8 *tmp, *tmp_pos; in fils_process_hlp_container() local
4245 tmp_pos = tmp; in fils_process_hlp_container()
4246 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp_container()
4247 tmp_pos += pos[1] - 1; in fils_process_hlp_container()
4253 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp_container()
4254 tmp_pos += pos[1]; in fils_process_hlp_container()
4258 fils_process_hlp_resp(sm, tmp, tmp_pos - tmp); in fils_process_hlp_container()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c5938 u8 *tmp, *tmp_pos;
5963 tmp_pos = tmp;
5964 os_memcpy(tmp_pos, pos + 3, pos[1] - 1);
5965 tmp_pos += pos[1] - 1;
5971 os_memcpy(tmp_pos, pos + 2, pos[1]);
5972 tmp_pos += pos[1];
5976 fils_process_hlp_resp(sm, tmp, tmp_pos - tmp);

Completed in 13 milliseconds