Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dpyexpat.c215 call_with_frame(const char *funcname, int lineno, PyObject* func, PyObject* args, in call_with_frame() function
281 temp = call_with_frame("CharacterData", __LINE__, in call_character_handler()
416 rv = call_with_frame("StartElement", __LINE__, in my_StartElementHandler()
445 rv = call_with_frame(#NAME,__LINE__, \
576 rv = call_with_frame("ElementDecl", __LINE__, in my_ElementDeclHandler()
/external/python/cpython2/Modules/
Dpyexpat.c336 call_with_frame(PyCodeObject *c, PyObject* func, PyObject* args, in call_with_frame() function
441 temp = call_with_frame(getcode(CharacterData, "CharacterData", __LINE__), in call_character_handler()
566 rv = call_with_frame(getcode(StartElement, "StartElement", __LINE__), in my_StartElementHandler()
593 rv = call_with_frame(getcode(NAME,#NAME,__LINE__), \
750 rv = call_with_frame(getcode(ElementDecl, "ElementDecl", __LINE__), in my_ElementDeclHandler()