OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_requested
(Results
1 - 1
of
1
) sorted by null
/external/flac/libFLAC/
ogg_decoder_aspect.c
108
const size_t
bytes_requested
= *bytes;
local
137
while (*bytes <
bytes_requested
&& !aspect->end_of_stream) {
140
size_t n =
bytes_requested
- *bytes;
213
const size_t ogg_bytes_to_read = max(
bytes_requested
- *bytes, OGG_BYTES_CHUNK);
Completed in 35 milliseconds