Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetargs.c146 cleanup_ptr(PyObject *self) in cleanup_ptr() function
177 if (destr == cleanup_ptr) { in addcleanup()
1140 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1187 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
/external/python/cpython3/Python/
Dgetargs.c201 cleanup_ptr(PyObject *self, void *ptr) in cleanup_ptr() function
1195 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1239 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()