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

  /device/google/bonito/json-c/
printbuf.c 69 MC_DEBUG("printbuf_memappend: realloc "
80 int printbuf_memappend(struct printbuf *p, const char *buf, int size) function
172 printbuf_memappend(p, t, size);
176 printbuf_memappend(p, buf, size);
  /device/google/crosshatch/json-c/
printbuf.c 69 MC_DEBUG("printbuf_memappend: realloc "
80 int printbuf_memappend(struct printbuf *p, const char *buf, int size) function
172 printbuf_memappend(p, t, size);
176 printbuf_memappend(p, buf, size);

Completed in 140 milliseconds