Home
last modified time | relevance | path

Searched refs:destrFuncType (Results 1 – 11 of 11) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dhsh_rtl.h36 const createFuncType key_create_func, const destrFuncType key_destr_func,
37 const createFuncType data_create_func, const destrFuncType data_destr_func);
40 const destrFuncType key_destr_func,
42 const destrFuncType data_destr_func);
44 const destrFuncType key_destr_func, const destrFuncType data_destr_func);
48 const destrFuncType key_destr_func, const destrFuncType data_destr_func);
76 const destrFuncType key_destr_func);
84 const destrFuncType value_destr_func);
H A Dpol_sel.c217 const destrFuncType decrUsageCount) in initPollOperations()
461 (destrFuncType) &genericDestr, (destrFuncType) &genericDestr); in removeCheck()
745 (destrFuncType) &genericDestr); in polClear()
754 (destrFuncType) &genericDestr); in polClear()
859 (destrFuncType) &genericDestr); in polCpy()
874 (destrFuncType) &genericDestr); in polCpy()
924 (createFuncType) &genericCreate, (destrFuncType) &genericDestr, in polCreate()
925 (createFuncType) &genericCreate, (destrFuncType) &genericDestr); in polCreate()
927 (createFuncType) &genericCreate, (destrFuncType) &genericDestr, in polCreate()
1025 (destrFuncType) &genericDestr); in polDestr()
[all …]
H A Dpol_unx.c131 const destrFuncType decrUsageCount) in initPollOperations()
224 (destrFuncType) &genericDestr, (destrFuncType) &genericDestr); in removeCheck()
397 hshDestr(conv(pollData)->indexHash, (destrFuncType) &genericDestr, in polClear()
398 (destrFuncType) &genericDestr); in polClear()
427 (createFuncType) &genericCreate, (destrFuncType) &genericDestr, in polCpy()
428 (createFuncType) &genericCreate, (destrFuncType) &genericDestr); in polCpy()
430 hshDestr(pollData->indexHash, (destrFuncType) &genericDestr, in polCpy()
431 (destrFuncType) &genericDestr); in polCpy()
512 (createFuncType) &genericCreate, (destrFuncType) &genericDestr, in polCreate()
554 hshDestr(conv(oldPollData)->indexHash, (destrFuncType) &genericDestr, in polDestr()
[all …]
H A Dhsh_rtl.c69 const destrFuncType key_destr_func, const destrFuncType data_destr_func) in free_helem()
92 const destrFuncType key_destr_func, const destrFuncType data_destr_func) in free_hash()
244 const destrFuncType key_destr_func, const destrFuncType data_destr_func, in copy_hash()
527 const createFuncType key_create_func, const destrFuncType key_destr_func, in hshCpy()
528 const createFuncType data_create_func, const destrFuncType data_destr_func) in hshCpy()
566 const createFuncType key_create_func, const destrFuncType key_destr_func, in hshCreate()
567 const createFuncType data_create_func, const destrFuncType data_destr_func) in hshCreate()
592 const destrFuncType data_destr_func) in hshDestr()
626 intType hashcode, compareType cmp_func, const destrFuncType key_destr_func, in hshExcl()
627 const destrFuncType data_destr_func) in hshExcl()
[all …]
H A Dpol_drv.h39 destrFuncType decrUsageCount;
50 const destrFuncType decrUsageCount);
H A Dpol_dos.c53 const destrFuncType decrUsageCount) in initPollOperations()
H A Ddata_rtl.h194 typedef void (*destrFuncType) (genericType); typedef
H A Dgkb_win.c148 (destrFuncType) &genericDestr, in remove_window()
149 (destrFuncType) &genericDestr); in remove_window()
H A Dgkb_x11.c997 (destrFuncType) &genericDestr, in remove_window()
998 (destrFuncType) &genericDestr); in remove_window()
/dports/lang/seed7/seed7/lib/comp/
H A Dhsh_act.s7i51 …(c_prog, "void hshDestr (const const_hashType, const destrFuncType, const destrFuncType);");
154 c_param3_6.expr &:= "), (destrFuncType)(";
158 c_param3_6.expr &:= "), (destrFuncType)(";
204 c_param3_6.expr &:= "), (destrFuncType)(";
208 c_param3_6.expr &:= "), (destrFuncType)(";
241 c_param2_3.expr &:= ", (destrFuncType)(";
243 c_param2_3.expr &:= "), (destrFuncType)(";
278 c_expr.expr &:= "), (destrFuncType)(";
280 c_expr.expr &:= "), (destrFuncType)(";
560 c_expr.result_expr &:= "), (destrFuncType)(";
[all …]
/dports/lang/seed7/seed7/prg/
H A Ds7c.sd75288 writeln(c_prog, "typedef void (*destrFuncType) (genericType);");
5513 declareExtern("void initPollOperations (const createFuncType, const destrFuncType);");
5576 c_expr.expr &:= "(destrFuncType)(&destr_";