Searched refs:dtor (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dmm_hash.c17 MM_Hash *mm_hash_new(MM *mm, MM_HashDtor dtor) argument
23 table->dtor = dtor;
39 if (table->dtor) table->dtor(cur->data);
86 if (table->dtor) table->dtor(b->data);
123 if (table->dtor) table->dtor(b->data);
H A Dmm_hash.h29 MM_HashDtor dtor; member in struct:_Hash
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dllist.h41 curl_llist_dtor dtor; member in struct:curl_llist
H A Dllist.c35 llist_init(struct curl_llist *l, curl_llist_dtor dtor) argument
38 l->dtor = dtor;
44 Curl_llist_alloc(curl_llist_dtor dtor) argument
52 llist_init(list, dtor);
132 list->dtor(user, e->ptr);
H A Dhash.h54 curl_hash_dtor dtor; member in struct:curl_hash
75 curl_hash_dtor dtor);
80 curl_hash_dtor dtor);
H A Dhash.c44 h->dtor(e->ptr);
59 curl_hash_dtor dtor)
63 if(!slots || !hfunc || !comparator ||!dtor) {
69 h->dtor = dtor;
100 curl_hash_dtor dtor)
104 if(!slots || !hfunc || !comparator ||!dtor) {
110 if(Curl_hash_init(h, slots, hfunc, comparator, dtor)) {
55 Curl_hash_init(struct curl_hash *h, int slots, hash_function hfunc, comp_function comparator, curl_hash_dtor dtor) argument
97 Curl_hash_alloc(int slots, hash_function hfunc, comp_function comparator, curl_hash_dtor dtor) argument
/macosx-10.10.1/top-100.1.2/
H A Dstatistic.c307 struct statistic_destructor *dtor, *dtornext; local
310 for(dtor = s->destructors; dtor; ) {
311 dtornext = dtor->next;
312 dtor->destructor(s, dtor->ptr);
313 free(dtor);
314 dtor = dtornext;
331 struct statistic_destructor *dtor; local
333 dtor
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dgthr-tpf.h112 __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *))
115 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-default.h581 __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *))
583 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-posix.h581 __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *))
583 return __gthrw_(pthread_key_create) (key, dtor);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.h428 void (*dtor)(void *); member in struct:__anon11394
430 static __inline tls_key_t tls_create(void (*dtor)(void*)) { argument
431 // fixme need dtor registry for DllMain to call on thread detach
434 k.dtor = dtor;
642 static inline tls_key_t tls_create(void (*dtor)(void*)) { argument
644 pthread_key_create(&k, dtor);
H A Dobjc-class.mm378 * dtor method (if any) followed by superclasses' dtors (if any),
379 * stopping at cls's dtor (if any).
384 void (*dtor)(id);
386 // Call cls's dtor first, then superclasses's dtors.
390 dtor = (void(*)(id))
392 if (dtor != (void(*)(id))_objc_msgForward_impcache) {
397 (*dtor)(obj);
H A DNSObject.mm178 // use placement new instead of static ctor to avoid dtor at exit
1528 bool dtor = cls->hasCxxDtor();
1531 obj->initInstanceIsa(cls, dtor);
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1300.c76 * 4: list dtor will be NULL
82 fail_unless(llist->dtor == test_curl_llist_dtor,
83 "list dtor shold initiate to test_curl_llist_dtor");
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dkwt.vim43 syn match kwtDecl "^%\(uview\|rview\|ctor\|dtor\|base\|storageclass\|list\|attr\|member\|option\)"
H A Dicon.vim17 syn keyword iconFunction cos cset delay delete detab display dtor
H A Dfoxpro.vim137 syn match foxproFunc "\<dtor\>\s*("me=e-1
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c2790 if ( fd->dtor ) {
2791 fd->dtor( fd );
2796 /* we are the last layer - just call our dtor */
2797 fd->dtor(fd);

Completed in 315 milliseconds