Searched refs:freefunc (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | debug-info-codeview-display-name.cpp | 10 void freefunc() { } in freefunc() function 92 template void fn_tmpl<int, freefunc>();
|
/external/libcups/cups/ |
D | array.c | 61 cups_afree_func_t freefunc; /* Free function */ member 227 if (a->freefunc) in cupsArrayClear() 233 (a->freefunc)(*e, a->data); in cupsArrayClear() 327 if (a->freefunc) in cupsArrayDelete() 333 (a->freefunc)(*e, a->data); in cupsArrayDelete() 775 a->freefunc = ff; in cupsArrayNew3() 916 if (a->freefunc) in cupsArrayRemove() 917 (a->freefunc)(a->elements[current], a->data); in cupsArrayRemove()
|
/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 68 freefunc tp_free; /* Low-level free-memory routine */
|
/external/libxml2/os400/ |
D | rpgsupport.h | 20 XMLPUBFUN void __set_xmlFree(xmlFreeFunc freefunc);
|
/external/python/cpython2/Include/ |
D | object.h | 305 typedef void (*freefunc)(void *); typedef 391 freefunc tp_free; /* Low-level free-memory routine */
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 25 freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, 1048 In Python 2.3 and beyond, its signature is :c:type:`freefunc`::
|