Searched defs:freefunc (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | ceval.h | 23 PyAPI_FUNC(Py_ssize_t) _PyEval_RequestCodeExtraIndex(freefunc); variable
|
/third_party/curl/lib/ |
H A D | mime.h | 118 curl_free_callback freefunc; /* Argument free function. */ member
|
H A D | mime.c | 1509 curl_mime_data_cb(curl_mimepart *part, curl_off_t datasize, curl_read_callback readfunc, curl_seek_callback seekfunc, curl_free_callback freefunc, void *arg) curl_mime_data_cb() argument 1983 curl_mime_data_cb(curl_mimepart *part, curl_off_t datasize, curl_read_callback readfunc, curl_seek_callback seekfunc, curl_free_callback freefunc, void *arg) curl_mime_data_cb() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_code.py | 710 freefunc = ctypes.CFUNCTYPE(None,ctypes.c_voidp) variable in CodeLocationTest
|
/third_party/python/Include/ |
H A D | object.h | 212 typedef void (*freefunc)(void *); typedef
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 946 typedef destructor freefunc; typedef
|
Completed in 14 milliseconds