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.c221 addcleanup(void *ptr, freelist_t *freelist, destr_t destructor) in addcleanup() function
908 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
954 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()
1171 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1217 if (addcleanup(*buffer, freelist, cleanup_ptr)) { in convertsimple()
1281 addcleanup(addr, freelist, convert) == -1) in convertsimple()
1313 if (addcleanup(p, freelist, cleanup_buffer)) { in convertsimple()