Home
last modified time | relevance | path

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

/third_party/pulseaudio/man/
Dxmltoman82 sub handle_start { subroutine
211 Start => \&handle_start,
/third_party/python/Modules/
D_elementtree.c3069 PyObject *handle_start; member
3305 else if (self->handle_start) { in expat_start_handler()
3313 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler()
3616 self->handle_start = self->handle_data = self->handle_end = NULL; in xmlparser_new()
3692 self->handle_start = PyObject_GetAttrString(target, "start"); in _elementtree_XMLParser___init___impl()
3693 if (ignore_attribute_error(self->handle_start)) { in _elementtree_XMLParser___init___impl()
3772 Py_VISIT(self->handle_start); in xmlparser_gc_traverse()
3798 Py_CLEAR(self->handle_start); in xmlparser_gc_clear()