Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h15 #define PyBytes_Size PyString_Size macro
/external/libxml2/python/
Dlibxml_wrap.h33 #define PyBytes_Size PyString_Size macro
Dlibxml.c294 lenread = PyBytes_Size(ret); in xmlPythonFileReadRaw()
314 lenread = PyBytes_Size(b); in xmlPythonFileReadRaw()
359 lenread = PyBytes_Size(ret); in xmlPythonFileRead()
379 lenread = PyBytes_Size(b); in xmlPythonFileRead()
/external/python/cpython2/Modules/_io/
Dtextio.c1444 eof = (PyBytes_Size(input_chunk) == 0); in textiowrapper_read_chunk()