destructor        147 base/threading/thread_local_storage.cc       base::ThreadLocalStorage::TLSDestructorFunc destructor =
destructor        149 base/threading/thread_local_storage.cc       if (destructor == NULL)
destructor        152 base/threading/thread_local_storage.cc       destructor(value);
destructor        194 base/threading/thread_local_storage.cc ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) {
destructor        197 base/threading/thread_local_storage.cc   Initialize(destructor);
destructor        200 base/threading/thread_local_storage.cc bool ThreadLocalStorage::StaticSlot::Initialize(TLSDestructorFunc destructor) {
destructor        213 base/threading/thread_local_storage.cc   g_tls_destructors[slot_] = destructor;
destructor        102 base/threading/thread_local_storage.h     bool Initialize(TLSDestructorFunc destructor);
destructor        130 base/threading/thread_local_storage.h     explicit Slot(TLSDestructorFunc destructor = NULL);
destructor         16 crypto/openssl_util.h template <typename T, void (*destructor)(T*)>
destructor         33 crypto/openssl_util.h       if (ptr_) (*destructor)(ptr_);
destructor        344 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   void (PTW32_CDECL *destructor) (void *);
destructor        982 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                 void (PTW32_CDECL *destructor) (void *));
destructor         47 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *))
destructor         92 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c   else if (destructor != NULL)
destructor        102 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c       newkey->destructor = destructor;
destructor         74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c       if (key->threads != NULL && key->destructor != NULL)
destructor        111 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c       if (key->destructor != NULL)
destructor        110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c       if (self.p != NULL && key->destructor != NULL && value != NULL)
destructor        114 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 	      void (*destructor) (void *);
destructor        166 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 	      destructor = k->destructor;
destructor        192 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 		      destructor (value);
destructor        213 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 		  destructor (value);
destructor        203 third_party/npapi/npspy/extern/nspr/prthread.h     PRUintn *newIndex, PRThreadPrivateDTOR destructor);
destructor        282 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   (destructor)CMessageDealloc,         //  tp_dealloc
destructor        103 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   (destructor)CFieldDescriptorDealloc,  // tp_dealloc
destructor        235 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   (destructor)CDescriptorPoolDealloc,  // tp_dealloc
destructor        113 third_party/sqlite/src/src/test_func.c   sqlite3_result_text(pCtx, zVal, -1, destructor);
destructor        136 third_party/sqlite/src/src/test_func.c   sqlite3_result_text16(pCtx, zVal, -1, destructor);
destructor        174 third_party/sqlite/src/tool/lemon.c   char *destructor;        /* Code which executes whenever this symbol is
destructor       2300 third_party/sqlite/src/tool/lemon.c         psp->declargslot = &sp->destructor;
destructor       3200 third_party/sqlite/src/tool/lemon.c  }else if( sp->destructor ){
destructor       3201 third_party/sqlite/src/tool/lemon.c    cp = sp->destructor;
destructor       3237 third_party/sqlite/src/tool/lemon.c     ret = lemp->vardest!=0 || sp->destructor!=0;
destructor       3938 third_party/sqlite/src/tool/lemon.c           sp->index<=0 || sp->destructor!=0 ) continue;
destructor       3953 third_party/sqlite/src/tool/lemon.c     if( sp==0 || sp->type==TERMINAL || sp->destructor==0 ) continue;
destructor       3959 third_party/sqlite/src/tool/lemon.c       if( sp2 && sp2->type!=TERMINAL && sp2->destructor
destructor       3961 third_party/sqlite/src/tool/lemon.c           && strcmp(sp->destructor,sp2->destructor)==0 ){
destructor       3964 third_party/sqlite/src/tool/lemon.c          sp2->destructor = 0;
destructor       4430 third_party/sqlite/src/tool/lemon.c     sp->destructor = 0;
destructor        127 third_party/talloc/talloc.c 	talloc_destructor_t destructor;
destructor        420 third_party/talloc/talloc.c 	tc->destructor = NULL;
destructor        478 third_party/talloc/talloc.c void _talloc_set_destructor(const void *ptr, int (*destructor)(void *))
destructor        481 third_party/talloc/talloc.c 	tc->destructor = destructor;
destructor        602 third_party/talloc/talloc.c 	if (unlikely(tc->destructor)) {
destructor        603 third_party/talloc/talloc.c 		talloc_destructor_t d = tc->destructor;
destructor        607 third_party/talloc/talloc.c 		tc->destructor = (talloc_destructor_t)-1;
destructor        609 third_party/talloc/talloc.c 			tc->destructor = d;
destructor        612 third_party/talloc/talloc.c 		tc->destructor = NULL;
destructor        142 third_party/tcmalloc/chromium/src/windows/port.h                                         void (*destructor)(void*)) {
destructor        143 third_party/tcmalloc/chromium/src/windows/port.h   pthread_key_t key = PthreadKeyCreate(destructor);
destructor        139 third_party/tcmalloc/vendor/src/windows/port.h                                         void (*destructor)(void*)) {
destructor        140 third_party/tcmalloc/vendor/src/windows/port.h   pthread_key_t key = PthreadKeyCreate(destructor);
destructor        474 third_party/v4l2capture/v4l2capture.c       (destructor)Video_device_dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,