/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/clang/test/CodeGenCXX/ |
D | debug-info-codeview-display-name.cpp | 10 void freefunc() { } in freefunc() function 92 template void fn_tmpl<int, freefunc>();
|
/external/curl/lib/ |
D | mime.c | 1062 if(part->freefunc) in cleanup_part_content() 1063 part->freefunc(part->arg); in cleanup_part_content() 1067 part->freefunc = NULL; in cleanup_part_content() 1081 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_free() 1093 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_unbind() 1151 src->seekfunc, src->freefunc, src->arg); in Curl_mime_duppart() 1328 part->freefunc = mime_mem_free; in curl_mime_data() 1363 part->freefunc = mime_file_free; in curl_mime_filedata() 1447 curl_free_callback freefunc, void *arg) in curl_mime_data_cb() argument 1457 part->freefunc = freefunc; in curl_mime_data_cb() [all …]
|
D | mime.h | 113 curl_free_callback freefunc; /* Argument free function. */ member
|
/external/python/cpython3/Lib/test/ |
D | test_code.py | 268 freefunc = ctypes.CFUNCTYPE(None,ctypes.c_voidp) variable 271 RequestCodeExtraIndex.argtypes = (freefunc,) 288 FREE_FUNC = freefunc(myfree)
|
/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 68 freefunc tp_free; /* Low-level free-memory routine */
|
/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 66 freefunc tp_free; /* Low-level free-memory routine */
|
/external/python/cpython3/Include/ |
D | moduleobject.h | 83 freefunc m_free;
|
D | ceval.h | 210 PyAPI_FUNC(Py_ssize_t) _PyEval_RequestCodeExtraIndex(freefunc);
|
D | pystate.h | 157 freefunc co_extra_freefuncs[MAX_CO_EXTRA_USERS];
|
D | object.h | 319 typedef void (*freefunc)(void *); typedef 413 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/cpython3/Modules/ |
D | atexitmodule.c | 347 (freefunc)atexit_free
|
D | _asynciomodule.c | 3326 (freefunc)module_free /* m_free */
|
D | _pickle.c | 7445 (freefunc)pickle_free /* m_free */
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 435 freefunc free_extra = interp->co_extra_freefuncs[i]; in code_dealloc() 895 freefunc free = interp->co_extra_freefuncs[index]; in _PyCode_SetExtra()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 634 (freefunc)iomodule_free,
|
/external/curl/include/curl/ |
D | curl.h | 2177 curl_free_callback freefunc,
|
/external/python/cpython3/Doc/c-api/ |
D | module.rst | 210 .. c:member:: freefunc m_free
|
D | typeobj.rst | 25 freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, 937 :c:type:`freefunc`::
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 25 freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, 1033 In Python 2.3 and beyond, its signature is :c:type:`freefunc`::
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2207 d freefunc value like(curl_free_callback)
|
/external/python/cpython3/Python/ |
D | ceval.c | 5104 _PyEval_RequestCodeExtraIndex(freefunc free) in _PyEval_RequestCodeExtraIndex()
|