Searched refs:dtor (Results 1 - 18 of 18) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
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
H A Dhash.h54 curl_hash_dtor dtor; member in struct:curl_hash
70 curl_hash_dtor dtor);
75 curl_hash_dtor dtor);
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 Dllist.h41 curl_llist_dtor dtor; member in struct:curl_llist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Das-iosched.c191 ret->dtor = free_as_io_context;
H A Dcfq-iosched.c1257 cic->dtor = cfq_free_io_context;
H A Dll_rw_blk.c3748 if (ioc->aic && ioc->aic->dtor)
3749 ioc->aic->dtor(ioc->aic);
3754 cic->dtor(ioc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dblkdev.h54 void (*dtor)(struct as_io_context *aic); /* destructor */ member in struct:as_io_context
96 void (*dtor)(struct io_context *); /* destructor */ member in struct:cfq_io_context
H A Dmm.h313 compound_page_dtor *dtor)
315 page[1].lru.next = (void *)dtor;
312 set_compound_page_dtor(struct page *page, compound_page_dtor *dtor) argument
H A Dquicklist.h55 static inline void __quicklist_free(int nr, void (*dtor)(void *), void *p,
62 if (dtor)
63 dtor(p);
75 static inline void quicklist_free(int nr, void (*dtor)(void *), void *pp)
77 __quicklist_free(nr, dtor, pp, virt_to_page(pp));
80 static inline void quicklist_free_page(int nr, void (*dtor)(void *),
83 __quicklist_free(nr, dtor, page_address(page), page);
86 void quicklist_trim(int nr, void (*dtor)(void *),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dquicklist.c49 void quicklist_trim(int nr, void (*dtor)(void *),
66 if (dtor)
67 dtor(p);
H A Dslab.c2094 * @dtor: A destructor for the objects (not implemented anymore).
2099 * and the @dtor is run before the pages are handed back.
2120 void (*dtor)(void*, struct kmem_cache *, unsigned long))
2129 size > KMALLOC_MAX_SIZE || dtor) {
2117 kmem_cache_create(const char *name, size_t size, size_t align, unsigned long flags, void (*ctor)(void*, struct kmem_cache *, unsigned long), void (*dtor)(void*, struct kmem_cache *, unsigned long)) argument
H A Dslob.c288 void (*dtor)(void*, struct kmem_cache *, unsigned long))
285 kmem_cache_create(const char *name, size_t size, size_t align, unsigned long flags, void (*ctor)(void*, struct kmem_cache *, unsigned long), void (*dtor)(void*, struct kmem_cache *, unsigned long)) argument
H A Dslub.c2565 void (*dtor)(void *, struct kmem_cache *, unsigned long))
2569 BUG_ON(dtor);
H A Dswap.c60 compound_page_dtor *dtor; local
62 dtor = get_compound_page_dtor(page);
63 (*dtor)(page);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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

Completed in 223 milliseconds