Home
last modified time | relevance | path

Searched refs:read_stream (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c59 struct snmp_pbuf_stream read_stream; in snmpv3_auth() local
60 snmp_pbuf_stream_init(&read_stream, stream->pbuf, stream->offset, stream->length); in snmpv3_auth()
84 if (snmp_pbuf_stream_read(&read_stream, &byte)) { in snmpv3_auth()
116 struct snmp_pbuf_stream read_stream; in snmpv3_crypt() local
118 snmp_pbuf_stream_init(&read_stream, stream->pbuf, stream->offset, stream->length); in snmpv3_crypt()
157 if (snmp_pbuf_stream_read(&read_stream, &in_bytes[j]) != ERR_OK) { in snmpv3_crypt()
212 if (snmp_pbuf_stream_read(&read_stream, &in_byte) != ERR_OK) { in snmpv3_crypt()
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c743 static ssize_t read_stream(int fd, void *buf, size_t len) in read_stream() function
781 if (read_stream(in_fd, &ei_hdr, sizeof(ei_hdr)) != (ssize_t)sizeof(ei_hdr)) { in restore_from_stdin()
805 if (read_stream(in_fd, ei->dump_bdesc[0].buffer, len) != (ssize_t)len) { in restore_from_stdin()
829 if (read_stream(in_fd, &cc, sizeof(cc)) != (ssize_t)sizeof(cc)) { in restore_from_stdin()
838 if (read_stream(in_fd, &t_cc_clu_count, EI_CC_PAYLOAD_LEN) != in restore_from_stdin()
859 if (read_stream(in_fd, ei->dump_bdesc[0].buffer, in restore_from_stdin()
/third_party/nghttp2/src/
H A Dh2load_http3_session.h62 ssize_t read_stream(uint32_t flags, int64_t stream_id, const uint8_t *data,
H A Dh2load_http3_session.cc391 ssize_t Http3Session::read_stream(uint32_t flags, int64_t stream_id, in read_stream() function in h2load::Http3Session
H A Dh2load_quic.cc81 auto nconsumed = s->read_stream(flags, stream_id, data, datalen); in quic_recv_stream_data()

Completed in 5 milliseconds