Home
last modified time | relevance | path

Searched refs:lenread (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.c412 int lenread; in SDL_LoadWAV_RW() local
456 lenread = ReadChunk(src, &chunk); in SDL_LoadWAV_RW()
457 if (lenread < 0) { in SDL_LoadWAV_RW()
462 headerDiff += lenread + 2 * sizeof(Uint32); in SDL_LoadWAV_RW()
553 lenread = ReadChunk(src, &chunk); in SDL_LoadWAV_RW()
554 if (lenread < 0) { in SDL_LoadWAV_RW()
558 *audio_len = lenread; in SDL_LoadWAV_RW()
561 headerDiff += lenread + 2 * sizeof(Uint32); in SDL_LoadWAV_RW()
/third_party/libxml2/python/
Dlibxml.c282 int lenread = -1; in xmlPythonFileReadRaw() local
295 lenread = PyBytes_Size(ret); in xmlPythonFileReadRaw()
306 lenread = (int) size; in xmlPythonFileReadRaw()
315 lenread = PyBytes_Size(b); in xmlPythonFileReadRaw()
325 if (lenread > len) in xmlPythonFileReadRaw()
328 memcpy(buffer, data, lenread); in xmlPythonFileReadRaw()
330 return(lenread); in xmlPythonFileReadRaw()
347 int lenread = -1; in xmlPythonFileRead() local
360 lenread = PyBytes_Size(ret); in xmlPythonFileRead()
371 lenread = (int) size; in xmlPythonFileRead()
[all …]