Searched defs:consumebytes (Results 1 - 3 of 3) sorted by relevance

/external/minijail/
H A Dutil.c342 void *consumebytes(size_t length, char **buf, size_t *buflength) function
358 return consumebytes(len + 1, buf, buflength);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7761 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, function
7774 consumebytes(d, buf, avail);
7781 consumebytes(d, (char *)buf + avail, bytes);
7798 consumebytes(d, buf, bytes);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8473 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, function
8486 consumebytes(d, buf, avail);
8493 consumebytes(d, (char *)buf + avail, bytes);
8510 consumebytes(d, buf, bytes);

Completed in 312 milliseconds