Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/fixes/
Dfix_except.py52 try_cleanup = [ch.clone() for ch in results["cleanup"]]
53 for except_clause, e_suite in find_excepts(try_cleanup):
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
/third_party/libsoup/libsoup/
Dsoup-session.c1798 gboolean *try_cleanup, in get_connection_for_host() argument
1837 *try_cleanup = TRUE; in get_connection_for_host()
1846 *try_cleanup = TRUE; in get_connection_for_host()
2064 gboolean try_cleanup = TRUE, should_cleanup = FALSE; in async_run_queue() local
2087 if (try_cleanup && should_cleanup) { in async_run_queue()
2093 try_cleanup = should_cleanup = FALSE; in async_run_queue()