Home
last modified time | relevance | path

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

/third_party/pulseaudio/man/
H A Dxmltoman82 sub handle_start { subroutine
211 Start => \&handle_start,
/third_party/python/Modules/
H A D_elementtree.c3057 PyObject *handle_start; member
3293 else if (self->handle_start) { in expat_start_handler()
3301 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler()
3604 self->handle_start = self->handle_data = self->handle_end = NULL; in xmlparser_new()
3680 self->handle_start = PyObject_GetAttrString(target, "start"); in _elementtree_XMLParser___init___impl()
3681 if (ignore_attribute_error(self->handle_start)) { in _elementtree_XMLParser___init___impl()
3760 Py_VISIT(self->handle_start); in xmlparser_gc_traverse()
3786 Py_CLEAR(self->handle_start); in xmlparser_gc_clear()

Completed in 6 milliseconds