Home
last modified time | relevance | path

Searched refs:bufleft (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c992 size_t bufleft; in nghttp3_stream_buffer_data() local
997 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
998 nwrite = nghttp3_min(datalen, bufleft); in nghttp3_stream_buffer_data()
1021 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
1022 nwrite = nghttp3_min(datalen, bufleft); in nghttp3_stream_buffer_data()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7045 static size_t bufleft(const upb_pbdecoder *d) { in bufleft() function
7119 } else if (bufleft(d) >= bytes) { in skip()

Completed in 21 milliseconds