HomeSort by relevance Sort by last modified time
    Searched full:out_buf (Results 1 - 25 of 48) sorted by null

1 2

  /system/extras/libublock/
ublock.c 37 char *out_buf; member in struct:ublock_ctx
130 char *out_buf; local
142 out_buf = (char *)(out_h + 1);
144 out_h->status = (ub_ctx->ops->read)(out_buf, in_h->length, in_h->offset);
189 void *out_buf; local
207 out_buf = out_h + 1;
231 result = (handle_fn)(ub_ctx, in_buf, in_buf_len, out_buf, &out_buf_len);
239 void *out_buf, size_t out_size)
247 assert(out_buf);
253 result = ublock_handle_request(ub_ctx, in_buf, in_len, out_buf, &out_len)
343 char *in_buf, *out_buf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_index_modify.c 63 struct pipe_resource **out_buf,
83 pipe_resource_reference(out_buf, NULL);
84 *out_buf = new_elts;
123 struct pipe_resource **out_buf,
142 pipe_resource_reference(out_buf, NULL);
143 *out_buf = new_elts;
182 struct pipe_resource **out_buf,
201 pipe_resource_reference(out_buf, NULL);
202 *out_buf = new_elts;
u_index_modify.h 39 struct pipe_resource **out_buf,
54 struct pipe_resource **out_buf,
68 struct pipe_resource **out_buf,
  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 63 struct pipe_resource **out_buf,
83 pipe_resource_reference(out_buf, NULL);
84 *out_buf = new_elts;
123 struct pipe_resource **out_buf,
142 pipe_resource_reference(out_buf, NULL);
143 *out_buf = new_elts;
182 struct pipe_resource **out_buf,
201 pipe_resource_reference(out_buf, NULL);
202 *out_buf = new_elts;
u_index_modify.h 39 struct pipe_resource **out_buf,
54 struct pipe_resource **out_buf,
68 struct pipe_resource **out_buf,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.h 27 // |out_buf|. |max_size_to_read| is the maximal allowed size of the file.
31 nacl::string& out_buf,
file_utils.cc 25 nacl::string& out_buf,
71 out_buf = buffer.get();
  /external/openssh/
roaming_common.c 41 static char *out_buf = NULL; variable
82 if (out_buf == NULL) {
84 out_buf = xmalloc(size);
123 memcpy(out_buf + out_last, buf, count);
130 memcpy(out_buf + out_last, buf, chunk);
131 memcpy(out_buf, buf + chunk, count - chunk);
212 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend,
214 atomicio(vwrite, fd, out_buf, out_last);
216 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 500 CSecBufferBundle<4> out_buf; local
501 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
502 out_buf[0].cbBuffer = impl_->sizes.cbHeader;
503 out_buf[1].BufferType = SECBUFFER_DATA;
504 out_buf[1].cbBuffer = static_cast<unsigned long>(encrypt_len);
505 out_buf[2].BufferType = SECBUFFER_STREAM_TRAILER;
506 out_buf[2].cbBuffer = impl_->sizes.cbTrailer;
508 size_t packet_len = out_buf[0].cbBuffer
509 + out_buf[1].cbBuffer
510 + out_buf[2].cbBuffer
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.cc 497 CSecBufferBundle<4> out_buf; local
498 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
499 out_buf[0].cbBuffer = impl_->sizes.cbHeader;
500 out_buf[1].BufferType = SECBUFFER_DATA;
501 out_buf[1].cbBuffer = static_cast<unsigned long>(encrypt_len);
502 out_buf[2].BufferType = SECBUFFER_STREAM_TRAILER;
503 out_buf[2].cbBuffer = impl_->sizes.cbTrailer;
505 size_t packet_len = out_buf[0].cbBuffer
506 + out_buf[1].cbBuffer
507 + out_buf[2].cbBuffer
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 20 struct wpabuf *out_buf; member in struct:eap_tnc_data
59 wpabuf_free(data->out_buf);
95 send_len = wpabuf_len(data->out_buf) - data->out_used;
115 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
117 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
124 if (data->out_used == wpabuf_len(data->out_buf)) {
128 wpabuf_free(data->out_buf);
129 data->out_buf = NULL;
134 (unsigned long) wpabuf_len(data->out_buf) -
347 if (data->out_buf) {
    [all...]
eap_ikev2.c 21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
109 wpabuf_free(data->out_buf);
143 send_len = wpabuf_len(data->out_buf) - data->out_used;
184 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
186 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
202 if (data->out_used == wpabuf_len(data->out_buf)) {
206 wpabuf_free(data->out_buf);
207 data->out_buf = NULL;
238 (unsigned long) wpabuf_len(data->out_buf) -
420 if (data->out_buf == NULL)
    [all...]
eap_wsc.c 23 struct wpabuf *out_buf; member in struct:eap_wsc_data
267 wpabuf_free(data->out_buf);
287 send_len = wpabuf_len(data->out_buf) - data->out_used;
307 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
309 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
316 if (data->out_used == wpabuf_len(data->out_buf)) {
320 wpabuf_free(data->out_buf);
321 data->out_buf = NULL;
333 (unsigned long) wpabuf_len(data->out_buf) -
529 if (data->out_buf == NULL)
    [all...]
  /external/chromium/net/http/
http_auth_handler_ntlm.cc 50 // out_buf. This change will need to propagate to GetNextToken,
53 void* out_buf;
89 int rv = GetNextToken(in_buf, in_buf_len, &out_buf, &out_buf_len);
94 std::string encode_input(static_cast<char*>(out_buf), out_buf_len);
97 // OK, we are done with |out_buf|
98 free(out_buf);
http_auth_handler_ntlm_portable.cc 341 static int GenerateType1Msg(void** out_buf, uint32* out_len) {
346 *out_buf = malloc(*out_len);
347 if (!*out_buf)
353 void* cursor = *out_buf;
461 void** out_buf,
546 // Now that we have generated all of the strings, we can allocate out_buf.
550 *out_buf = malloc(*out_len);
551 if (!*out_buf)
593 void* cursor = *out_buf;
605 memcpy(static_cast<uint8*>(*out_buf) + offset, lm_resp, LM_RESP_LEN)
    [all...]
  /external/chromium_org/net/http/
http_auth_handler_ntlm.cc 46 // out_buf. This change will need to propagate to GetNextToken,
49 void* out_buf;
85 int rv = GetNextToken(in_buf, in_buf_len, &out_buf, &out_buf_len);
90 std::string encode_input(static_cast<char*>(out_buf), out_buf_len);
93 // OK, we are done with |out_buf|
94 free(out_buf);
http_auth_handler_ntlm_portable.cc 328 static int GenerateType1Msg(void** out_buf, uint32* out_len) {
333 *out_buf = malloc(*out_len);
334 if (!*out_buf)
340 void* cursor = *out_buf;
448 void** out_buf,
533 // Now that we have generated all of the strings, we can allocate out_buf.
537 *out_buf = malloc(*out_len);
538 if (!*out_buf)
580 void* cursor = *out_buf;
592 memcpy(static_cast<uint8*>(*out_buf) + offset, lm_resp, LM_RESP_LEN)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 46 struct pipe_resource **out_buf )
71 *out_buf = dst;
100 struct pipe_resource **out_buf )
111 pipe_resource_reference( out_buf,
168 out_buf );
176 *out_buf );
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 46 struct pipe_resource **out_buf )
71 *out_buf = dst;
100 struct pipe_resource **out_buf )
111 pipe_resource_reference( out_buf,
168 out_buf );
176 *out_buf );
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 24 struct wpabuf *out_buf; member in struct:eap_tnc_data
98 wpabuf_free(data->out_buf);
227 send_len = wpabuf_len(data->out_buf) - data->out_used;
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
253 if (data->out_used == wpabuf_len(data->out_buf)) {
257 wpabuf_free(data->out_buf);
258 data->out_buf = NULL;
267 (unsigned long) wpabuf_len(data->out_buf) -
289 if (data->out_buf == NULL)
    [all...]
eap_server_ikev2.c 21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
128 wpabuf_free(data->out_buf);
143 send_len = wpabuf_len(data->out_buf) - data->out_used;
178 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
180 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
193 if (data->out_used == wpabuf_len(data->out_buf)) {
197 wpabuf_free(data->out_buf);
198 data->out_buf = NULL;
203 (unsigned long) wpabuf_len(data->out_buf) -
218 if (data->out_buf == NULL)
    [all...]
eap_server_wsc.c 23 struct wpabuf *out_buf; member in struct:eap_wsc_data
159 wpabuf_free(data->out_buf);
193 send_len = wpabuf_len(data->out_buf) - data->out_used;
216 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
218 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
222 if (data->out_used == wpabuf_len(data->out_buf)) {
226 wpabuf_free(data->out_buf);
227 data->out_buf = NULL;
233 (unsigned long) wpabuf_len(data->out_buf) -
250 if (data->out_buf == NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
passwd.c 312 static char out_buf[6 + 9 + 24 + 2]; /* "$apr1$..salt..$.......md5hash..........\0" */ local
321 out_buf[0] = '$';
322 out_buf[1] = 0;
324 strncat(out_buf, magic, 4);
325 strncat(out_buf, "$", 1);
326 strncat(out_buf, salt, 8);
327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */
328 salt_out = out_buf + 2 + strlen(magic);
391 assert(output == out_buf + strlen(out_buf));
    [all...]
  /external/openssl/apps/
passwd.c 312 static char out_buf[6 + 9 + 24 + 2]; /* "$apr1$..salt..$.......md5hash..........\0" */ local
321 out_buf[0] = '$';
322 out_buf[1] = 0;
324 strncat(out_buf, magic, 4);
325 strncat(out_buf, "$", 1);
326 strncat(out_buf, salt, 8);
327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */
328 salt_out = out_buf + 2 + strlen(magic);
391 assert(output == out_buf + strlen(out_buf));
    [all...]
  /external/qemu/block/
qcow.c 215 algorithm for < 4 GB images. NOTE: out_buf == in_buf is
218 uint8_t *out_buf, const uint8_t *in_buf,
231 AES_cbc_encrypt(in_buf, out_buf, 512, key,
235 out_buf += 512;
395 static int decompress_buffer(uint8_t *out_buf, int out_buf_size,
405 strm->next_out = out_buf;
412 out_len = strm->next_out - out_buf;
861 uint8_t *out_buf; local
867 out_buf = qemu_malloc(s->cluster_size + (s->cluster_size / 1000) + 128);
868 if (!out_buf)
    [all...]

Completed in 640 milliseconds

1 2