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

  /system/core/libcutils/
open_memstream.c 28 * - The values at "*bufp" and "*sizep" should be considered read-only,
31 * in "*sizep". (The behavior w.r.t. fseek() is not clearly defined.
69 size_t* sizep; /* pointer to eof */ member in struct:__anon36504
154 *stream->sizep = stream->offset;
201 *stream->sizep = stream->offset;
207 *stream->sizep = stream->eof;
225 FILE* open_memstream(char** bufp, size_t* sizep)
230 if (bufp == NULL || sizep == NULL) {
246 *sizep = 0;
249 stream->sizep = sizep
    [all...]
  /external/dnsmasq/src/
forward.c 383 unsigned char *pheader, *sizep; local
391 if ((pheader = find_pseudoheader(header, n, &plen, &sizep, &is_sign)) && !is_sign)
394 unsigned char *psave = sizep;
396 GETSHORT(udpsz, sizep);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 2509 vki_uint32_t *sizep = (vki_uint32_t *)ARG3; local
    [all...]

Completed in 373 milliseconds