Home
last modified time | relevance | path

Searched refs:destructor (Results 126 – 150 of 17372) sorted by relevance

12345678910>>...695

/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dthread.c56 (*destructor)(void *); member
85 void (*destructor)(void *)) in CreateMagickThreadKey()
88 return(pthread_key_create(key,destructor) == 0 ? MagickTrue : MagickFalse); in CreateMagickThreadKey()
90 magick_unreferenced(destructor); in CreateMagickThreadKey()
110 (*keys)->destructor=destructor; in CreateMagickThreadKey()
155 if ((keys->destructor != (void *) NULL) && in DeleteMagickThreadKey()
158 keys->destructor(keys->values[i]); in DeleteMagickThreadKey()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dtsd.c41 MagickFreeFunc destructor; member
50 MagickFreeFunc destructor) in MagickTsdKeyCreate2() argument
53 return ((pthread_key_create(key, destructor) == 0) ? MagickPass : MagickFail); in MagickTsdKeyCreate2()
56 ARG_NOT_USED(destructor); /* FIXME: No solution yet */ in MagickTsdKeyCreate2()
67 (*keyd)->destructor=destructor; in MagickTsdKeyCreate2()
104 if (keyd->destructor != (MagickFreeFunc) NULL) in MagickTsdKeyDelete()
111 keyd->destructor(keyd->values[index]); in MagickTsdKeyDelete()
/dports/www/kannel/gateway-1.4.4/wmlscript/
H A Dwshash.c92 WsHashItemDestructor destructor; member
103 WsHashPtr ws_hash_create(WsHashItemDestructor destructor, void *context) in ws_hash_create() argument
108 hash->destructor = destructor; in ws_hash_create()
136 if (hash->destructor) in ws_hash_put()
137 (*hash->destructor)(i->data, hash->destructor_context); in ws_hash_put()
188 if (hash->destructor) in ws_hash_clear()
189 (*hash->destructor)(i->data, hash->destructor_context); in ws_hash_clear()
/dports/devel/pth/pth-2.0.7/
H A Dpth_data.c32 void (*destructor)(void *); member
44 pth_keytab[(*key)].destructor = func; in pth_key_create()
100 void (*destructor)(void *); in pth_key_destroydata() local
110 destructor = NULL; in pth_key_destroydata()
117 destructor = pth_keytab[key].destructor; in pth_key_destroydata()
120 if (destructor != NULL) in pth_key_destroydata()
121 destructor(data); in pth_key_destroydata()
/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_data.c32 void (*destructor)(void *); member
44 pth_keytab[(*key)].destructor = func; in pth_key_create()
100 void (*destructor)(void *); in pth_key_destroydata() local
110 destructor = NULL; in pth_key_destroydata()
117 destructor = pth_keytab[key].destructor; in pth_key_destroydata()
120 if (destructor != NULL) in pth_key_destroydata()
121 destructor(data); in pth_key_destroydata()
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_data.c32 void (*destructor)(void *); member
44 pth_keytab[(*key)].destructor = func; in pth_key_create()
100 void (*destructor)(void *); in pth_key_destroydata() local
110 destructor = NULL; in pth_key_destroydata()
117 destructor = pth_keytab[key].destructor; in pth_key_destroydata()
120 if (destructor != NULL) in pth_key_destroydata()
121 destructor(data); in pth_key_destroydata()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/
H A DpgsParser.yy167 %destructor { pdelete($$); } PGS_ABORT
168 %destructor { pdelete($$); } PGS_ALTER
170 %destructor { pdelete($$); } PGS_BEGIN
176 %destructor { pdelete($$); } PGS_COPY
182 %destructor { pdelete($$); } PGS_DROP
186 %destructor { pdelete($$); } PGS_FETCH
190 %destructor { pdelete($$); } PGS_LOAD
191 %destructor { pdelete($$); } PGS_LOCK
192 %destructor { pdelete($$); } PGS_MOVE
203 %destructor { pdelete($$); } PGS_SET
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dsqlite3_parse.y119 %destructor cmd {parser_safe_delete($$);}
127 %destructor ecmd {parser_safe_delete($$);}
144 %destructor cmdx {parser_safe_delete($$);}
310 %destructor temp {parser_safe_delete($$);}
351 %destructor id {parser_safe_delete($$);}
378 %destructor ids {parser_safe_delete($$);}
383 %destructor nm {parser_safe_delete($$);}
392 %destructor type {parser_safe_delete($$);}
567 %destructor term {parser_safe_delete($$);}
576 %destructor tnm {parser_safe_delete($$);}
[all …]
/dports/www/shellinabox/shellinabox-2.20/libhttp/
H A Dhashmap.c54 struct HashMap *newHashMap(void (*destructor)(void *arg, char *key, in newHashMap()
59 initHashMap(hashmap, destructor, arg); in newHashMap()
66 hashmap->destructor = destructor; in initHashMap()
78 if (hashmap->destructor) { in destroyHashMap()
79 hashmap->destructor(hashmap->arg, in destroyHashMap()
138 if (hashmap->destructor) { in addToHashMap()
139 hashmap->destructor(hashmap->arg, in addToHashMap()
173 if (hashmap->destructor) { in deleteFromHashMap()
174 hashmap->destructor(hashmap->arg, in deleteFromHashMap()
222 if (hashmap->destructor) { in iterateOverHashMap()
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/destructor/
H A Ddestructor_misc_test.cpp53 destructor dtor = type::get_by_name("dtor_misc_test").get_destructor();
78 destructor dtor1 = type::get_by_name("dtor_misc_test").get_destructor();
79 destructor dtor1a = type::get_by_name("dtor_misc_test").get_destructor();
80 destructor dtor2 = type::get_by_name("").get_destructor();
90 destructor dtor = type::get_by_name("dtor_misc_test").get_destructor();
92 destructor invalid_dtor = type::get_by_name("foobar").get_destructor();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dconstructor-attribute.c10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to fun…
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more …
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an in…

12345678910>>...695