Searched refs:getbytes (Results 1 – 3 of 3) sorted by relevance
/external/openssh/regress/ |
D | cipher-speed.sh | 6 getbytes () function
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7794 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function 7838 int32_t ret = getbytes(d, &byte, 1); in upb_pbdecoder_decode_varint_slow() 7895 return getbytes(d, u32, 4); in decode_fixed32() 7902 return getbytes(d, u64, 8); in decode_fixed64() 7959 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function 8550 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow() 8606 return getbytes(d, u32, 4); in decode_fixed32() 8613 return getbytes(d, u64, 8); in decode_fixed64() 8670 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
|