Home
last modified time | relevance | path

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

/external/libxml2/python/
Dlibxml.c281 int lenread = -1; in xmlPythonFileReadRaw() local
294 lenread = PyBytes_Size(ret); in xmlPythonFileReadRaw()
305 lenread = (int) size; in xmlPythonFileReadRaw()
314 lenread = PyBytes_Size(b); in xmlPythonFileReadRaw()
324 if (lenread > len) in xmlPythonFileReadRaw()
327 memcpy(buffer, data, lenread); in xmlPythonFileReadRaw()
329 return(lenread); in xmlPythonFileReadRaw()
346 int lenread = -1; in xmlPythonFileRead() local
359 lenread = PyBytes_Size(ret); in xmlPythonFileRead()
370 lenread = (int) size; in xmlPythonFileRead()
[all …]