Searched refs:getbytes (Results 1 - 3 of 3) sorted by relevance

/external/openssh/regress/
H A Dcipher-speed.sh6 getbytes () function
21 < ${DATA} ) 2>&1 | getbytes
46 < ${DATA} ) 2>&1 | getbytes
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7794 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, function
7838 int32_t ret = getbytes(d, &byte, 1);
7895 return getbytes(d, u32, 4);
7902 return getbytes(d, u64, 8);
7959 int32_t ok = getbytes(d, &data, read);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, function
8550 CHECK_RETURN(getbytes(d, &byte, 1));
8606 return getbytes(d, u32, 4);
8613 return getbytes(d, u64, 8);
8670 int32_t ok = getbytes(d, &data, read);

Completed in 207 milliseconds