Home
last modified time | relevance | path

Searched defs:freefunc (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-codeview-display-name.cpp10 void freefunc() { } in freefunc() function
/aosp_15_r20/external/curl/lib/
H A Dmime.h118 curl_free_callback freefunc; /* Argument free function. */ member
H A Dmime.c1514 curl_free_callback freefunc, void *arg) in curl_mime_data_cb()
2245 curl_free_callback freefunc, in curl_mime_data_cb()
/aosp_15_r20/external/libcups/cups/
H A Darray.c55 cups_afree_func_t freefunc; /* Free function */ member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_code.py710 freefunc = ctypes.CFUNCTYPE(None,ctypes.c_voidp) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h212 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h212 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h212 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h212 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h212 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h305 typedef void (*freefunc)(void *); typedef
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c946 typedef destructor freefunc; typedef