Lines Matching refs:PyObject_CallFunctionObjArgs
2549 res = PyObject_CallFunctionObjArgs(self->events_append, event, NULL); in treebuilder_append_event()
2579 node = PyObject_CallFunctionObjArgs(self->element_factory, in treebuilder_handle_start()
2584 node = PyObject_CallFunctionObjArgs(self->element_factory, in treebuilder_handle_start()
2910 error = PyObject_CallFunctionObjArgs(st->parseerror_obj, errmsg, NULL); in expat_set_error()
2973 res = PyObject_CallFunctionObjArgs(self->handle_data, value, NULL); in expat_default_handler()
3055 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler()
3084 res = PyObject_CallFunctionObjArgs(self->handle_data, data, NULL); in expat_data_handler()
3111 res = PyObject_CallFunctionObjArgs(self->handle_end, tag, NULL); in expat_end_handler()
3170 res = PyObject_CallFunctionObjArgs(self->handle_comment, in expat_comment_handler()
3222 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3243 res = PyObject_CallFunctionObjArgs(parser_doctype, in expat_start_doctype_handler()
3272 res = PyObject_CallFunctionObjArgs(self->handle_pi, in expat_pi_handler()