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