Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsharp.c822 size_t bytes_to_queue; in reader_process() local
834 bytes_to_queue = s->bytes_to_read; in reader_process()
858 if (bytes_to_queue) in reader_process()
860 nread = bytes_to_queue; in reader_process()
892 bytes_to_queue -= bc->nreq; in reader_process()
976 bytes_to_queue += bc->nreq - bc->used; in reader_process()
982 /* bytes_to_queue += bc->nreq - bc->used; */ in reader_process()
984 s->bytes_to_read, bytes_to_queue, bc->nreq, bc->used); in reader_process()
995 if (bytes_to_queue) in reader_process()
1022 nread = bytes_to_queue; in reader_process()
[all...]
H A Dnec.c626 size_t bytes_to_queue; in reader_process() local
638 bytes_to_queue = s->bytes_to_read; in reader_process()
656 if (bytes_to_queue) in reader_process()
658 nread = bytes_to_queue; in reader_process()
690 bytes_to_queue -= bc->nreq; in reader_process()
761 bytes_to_queue += bc->nreq - bc->used; in reader_process()
771 if (bytes_to_queue) in reader_process()
798 nread = bytes_to_queue; in reader_process()
822 bytes_to_queue -= nread; in reader_process()

Completed in 7 milliseconds