Searched refs:cleanup_buffer (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | getargs.c | 155 cleanup_buffer(PyObject *self) in cleanup_buffer() function 179 } else if (destr == cleanup_buffer) { in addcleanup() 876 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple() 958 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple() 1310 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
|
/external/python/cpython3/Python/ |
D | getargs.c | 211 cleanup_buffer(PyObject *self, void *ptr) in cleanup_buffer() function 966 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple() 1011 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple() 1386 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
|