Searched refs:lenread (Results 1 – 1 of 1) sorted by relevance
281 int lenread = -1; in xmlPythonFileReadRaw() local294 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() local359 lenread = PyBytes_Size(ret); in xmlPythonFileRead()370 lenread = (int) size; in xmlPythonFileRead()[all …]