Home
last modified time | relevance | path

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

/external/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 …]