Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dpyexpat.c758 readinst(char *buf, int buf_size, PyObject *meth) in readinst() function
829 bytes_read = readinst(buf, BUF_SIZE, readmethod); in pyexpat_xmlparser_ParseFile()
/external/python/cpython2/Modules/
Dpyexpat.c910 readinst(char *buf, int buf_size, PyObject *meth) in readinst() function
982 bytes_read = readinst(buf, BUF_SIZE, readmethod); in xmlparse_ParseFile()