Searched refs:addcleanup (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | getargs.c | 221 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()
|