Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetargs.c164 addcleanup(void *ptr, PyObject **freelist, PyCapsule_Destructor destr) in addcleanup() function
876 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
958 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
1140 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1187 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1310 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
/external/python/cpython3/Python/
Dgetargs.c220 addcleanup(void *ptr, freelist_t *freelist, destr_t destructor) in addcleanup() function
943 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
988 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
1195 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1239 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1303 addcleanup(addr, freelist, convert) == -1) in convertsimple()
1335 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()