cleanup 76 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c ptw32_cleanup_t *cleanup; cleanup 78 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey); cleanup 80 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c if (cleanup != NULL) cleanup 82 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c if (execute && (cleanup->routine != NULL)) cleanup 85 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c (*cleanup->routine) (cleanup->arg); cleanup 89 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c pthread_setspecific (ptw32_cleanupKey, (void *) cleanup->prev); cleanup 93 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c return (cleanup); cleanup 99 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c ptw32_push_cleanup (ptw32_cleanup_t * cleanup, cleanup 141 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c cleanup->routine = routine; cleanup 142 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c cleanup->arg = arg; cleanup 144 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey); cleanup 146 native_client_sdk/src/libraries/third_party/pthreads-win32/cleanup.c pthread_setspecific (ptw32_cleanupKey, (void *) cleanup); cleanup 863 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PThreadCleanup cleanup((ptw32_cleanup_callback_t)(_rout), \ cleanup 867 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h cleanup.execute( _execute ); \ cleanup 973 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void PTW32_CDECL ptw32_push_cleanup (ptw32_cleanup_t * cleanup, cleanup 356 net/dns/mdns_client_impl.cc void MDnsClientImpl::Core::ScheduleCleanup(base::Time cleanup) { cleanup 358 net/dns/mdns_client_impl.cc if (cleanup == scheduled_cleanup_) return; cleanup 359 net/dns/mdns_client_impl.cc scheduled_cleanup_ = cleanup; cleanup 366 net/dns/mdns_client_impl.cc if (cleanup != base::Time()) { cleanup 370 net/dns/mdns_client_impl.cc cleanup - base::Time::Now()); cleanup 140 net/dns/mdns_client_impl.h void ScheduleCleanup(base::Time cleanup); cleanup 170 net/third_party/nss/ssl/sslgathr.c goto cleanup; cleanup 286 net/third_party/nss/ssl/sslgathr.c goto cleanup; cleanup 299 net/third_party/nss/ssl/sslgathr.c cleanup: cleanup 245 net/tools/flip_server/sm_connection.cc void SMConnection::Cleanup(const char* cleanup) { cleanup 246 net/tools/flip_server/sm_connection.cc VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup; cleanup 96 net/tools/flip_server/sm_connection.h void Cleanup(const char* cleanup); cleanup 331 remoting/host/win/host_service.cc goto cleanup; cleanup 351 remoting/host/win/host_service.cc cleanup: cleanup 1143 third_party/libevent/http.c goto cleanup; cleanup 1151 third_party/libevent/http.c goto cleanup; cleanup 1158 third_party/libevent/http.c goto cleanup; cleanup 1173 third_party/libevent/http.c cleanup: cleanup 4778 third_party/liblouis/overrides/liblouis/compileTranslationTable.c goto cleanup; cleanup 4791 third_party/liblouis/overrides/liblouis/compileTranslationTable.c goto cleanup; cleanup 4800 third_party/liblouis/overrides/liblouis/compileTranslationTable.c goto cleanup; cleanup 4805 third_party/liblouis/overrides/liblouis/compileTranslationTable.c cleanup: cleanup 43 third_party/libxml/src/include/libxml/uri.h int cleanup; /* parsing potentially unclean URI */ cleanup 46 third_party/libxml/src/testURI.c if (uri->cleanup != 0) printf("cleanup\n"); cleanup 224 third_party/libxml/src/uri.c ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) cleanup 229 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 260 third_party/libxml/src/uri.c ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) cleanup 265 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 336 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 452 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 562 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 608 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 650 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 692 third_party/libxml/src/uri.c if (uri->cleanup & 2) cleanup 953 third_party/libxml/src/uri.c uri->cleanup |= 2; cleanup 1839 third_party/libxml/src/uri.c uri->cleanup = 1; cleanup 139 third_party/libxslt/libexslt/dynamic.c goto cleanup; cleanup 155 third_party/libxslt/libexslt/dynamic.c goto cleanup; cleanup 161 third_party/libxslt/libexslt/dynamic.c goto cleanup; cleanup 259 third_party/libxslt/libexslt/dynamic.c cleanup: cleanup 101 third_party/talloc/libreplace/test/os2_delete.c cleanup();