Searched refs:data_pos (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant/ |
D | preauth_test.c | 61 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument 79 if (data_pos) in wpa_alloc_eapol() 80 *data_pos = hdr + 1; in wpa_alloc_eapol() 88 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument 90 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|
D | wpa_i.h | 196 size_t *msg_len, void **data_pos) in wpa_sm_alloc_eapol() argument 199 msg_len, data_pos); in wpa_sm_alloc_eapol()
|
D | wpa.h | 76 size_t *msg_len, void **data_pos);
|
D | wpa_supplicant.c | 121 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument 139 if (data_pos) in wpa_alloc_eapol() 140 *data_pos = hdr + 1; in wpa_alloc_eapol() 1835 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument 1837 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|
/external/webkit/V8Binding/v8/src/ |
D | log-utils.cc | 104 int data_pos = 0; in WriteInternal() local 105 while (data_pos < data_size) { in WriteInternal() 107 Min(data_size - data_pos, block_size_ - block_write_pos_); in WriteInternal() 108 memcpy(blocks_[block_index_] + block_write_pos_, data + data_pos, in WriteInternal() 111 data_pos += write_size; in WriteInternal()
|