Searched defs:out_pos (Results 1 - 10 of 10) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz.h132 * if out_pos is equal to out_size.
133 * @out_pos: Current position in the output buffer. This must not exceed
137 * Only the contents of the output buffer from out[out_pos] onward, and
138 * the variables in_pos and out_pos are modified by the XZ code.
146 size_t out_pos; member in struct:xz_buf
209 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
210 * contents of the output buffer from b->out[b->out_pos] onward are
/external/qemu/telephony/
H A Dsimulator.c29 int out_pos; member in struct:__anon30240
121 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
127 client->out_pos += 1;
128 if (client->out_pos == client->out_size) {
130 client->out_pos = 0;
H A Dtest2.c45 int out_pos; member in struct:__anon30247
135 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
141 client->out_pos += 1;
142 if (client->out_pos == client->out_size) {
144 client->out_pos = 0;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.c312 u8 alert, *out_pos, ct; local
340 out_pos = wpabuf_put(buf, 0);
343 out_pos, &olen, &alert);
375 out_pos[0], out_pos[1]);
376 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
382 alert = out_pos[1];
H A Dtlsv1_server.c264 u8 alert, *out_end, *out_pos, ct; local
269 out_pos = out_data;
274 olen = out_end - out_pos;
276 out_pos, &olen, &alert);
298 out_pos[0], out_pos[1]);
299 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
306 out_pos[1]);
328 out_pos += olen;
329 if (out_pos > out_en
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.c312 u8 alert, *out_pos, ct; local
340 out_pos = wpabuf_put(buf, 0);
343 out_pos, &olen, &alert);
375 out_pos[0], out_pos[1]);
376 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
382 alert = out_pos[1];
H A Dtlsv1_server.c264 u8 alert, *out_end, *out_pos, ct; local
269 out_pos = out_data;
274 olen = out_end - out_pos;
276 out_pos, &olen, &alert);
298 out_pos[0], out_pos[1]);
299 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
306 out_pos[1]);
328 out_pos += olen;
329 if (out_pos > out_en
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.c312 u8 alert, *out_pos, ct; local
340 out_pos = wpabuf_put(buf, 0);
343 out_pos, &olen, &alert);
375 out_pos[0], out_pos[1]);
376 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
382 alert = out_pos[1];
H A Dtlsv1_server.c264 u8 alert, *out_end, *out_pos, ct; local
269 out_pos = out_data;
274 olen = out_end - out_pos;
276 out_pos, &olen, &alert);
298 out_pos[0], out_pos[1]);
299 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
306 out_pos[1]);
328 out_pos += olen;
329 if (out_pos > out_en
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc979 StateInternalPos out_pos = db_state.StateBegin(); local
984 StateInternalPos out_end = db_state.ShardEnd(out_pos, out_max);
985 if (!db_state.WriteShard(out_pos, out_end, new_file_.get(), &out_context))
987 out_pos = out_end;

Completed in 668 milliseconds