HomeSort by relevance Sort by last modified time
    Searched defs:readbuf (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/base/
nss_memio.c 48 struct memio_buffer readbuf; member in struct:PRFilePrivate
59 /* if set, the number of bytes requested from readbuf that were not
60 * fulfilled (due to readbuf being empty) */
197 memio_buffer_destroy(&secret->readbuf);
227 mb = &secret->readbuf;
233 * that were previously observed. Note that both the readbuf and the
386 memio_buffer_new(&secret->readbuf, readbufsize);
413 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
422 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
430 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 381 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ local
389 nread = read(h->sd, readbuf, sizeof(readbuf));
419 rbp = readbuf;
  /frameworks/native/cmds/servicemanager/
binder.c 325 unsigned readbuf[32]; local
347 bwr.read_size = sizeof(readbuf);
349 bwr.read_buffer = (uintptr_t) readbuf;
358 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0);
373 uint32_t readbuf[32]; local
379 readbuf[0] = BC_ENTER_LOOPER;
380 binder_write(bs, readbuf, sizeof(uint32_t));
383 bwr.read_size = sizeof(readbuf);
385 bwr.read_buffer = (uintptr_t) readbuf;
394 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func)
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 1335 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1520 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]
  /external/libpng/
pngrutil.c 1779 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1983 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 1351 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1536 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]

Completed in 109 milliseconds