Home
last modified time | relevance | path

Searched refs:scanner_dealloc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_json.c90 scanner_dealloc(PyObject *self);
637 scanner_dealloc(PyObject *self) in scanner_dealloc() function
1215 {Py_tp_dealloc, scanner_dealloc},
D_sre.c2383 scanner_dealloc(ScannerObject* self) in scanner_dealloc() function
2721 (destructor)scanner_dealloc,/* tp_dealloc */
/external/python/cpython2/Modules/
D_json.c99 scanner_dealloc(PyObject *self);
841 scanner_dealloc(PyObject *self) in scanner_dealloc() function
1774 scanner_dealloc, /* tp_dealloc */
D_sre.c3856 scanner_dealloc(ScannerObject* self) in scanner_dealloc() function
3958 (destructor)scanner_dealloc, /*tp_dealloc*/