Home
last modified time | relevance | path

Searched refs:freefunc (Results 1 – 25 of 31) sorted by relevance

12

/third_party/openssl/include/openssl/
Dsafestack.h84 …ic ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefunc) \
86 OPENSSL_sk_pop_free((OPENSSL_STACK *)sk, (OPENSSL_sk_freefunc)freefunc); \
118 sk_##t1##_freefunc freefunc) \
122 (OPENSSL_sk_freefunc)freefunc); \
/third_party/curl/lib/
Dmime.c1157 if(part->freefunc) in cleanup_part_content()
1158 part->freefunc(part->arg); in cleanup_part_content()
1162 part->freefunc = NULL; in cleanup_part_content()
1179 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_free()
1191 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_unbind()
1251 src->seekfunc, src->freefunc, src->arg); in Curl_mime_duppart()
1427 part->freefunc = mime_mem_free; in curl_mime_data()
1463 part->freefunc = mime_file_free; in curl_mime_filedata()
1547 curl_free_callback freefunc, void *arg) in curl_mime_data_cb() argument
1557 part->freefunc = freefunc; in curl_mime_data_cb()
[all …]
Dmime.h117 curl_free_callback freefunc; /* Argument free function. */ member
/third_party/python/Lib/test/
Dtest_code.py353 freefunc = ctypes.CFUNCTYPE(None,ctypes.c_voidp) variable
356 RequestCodeExtraIndex.argtypes = (freefunc,)
373 FREE_FUNC = freefunc(myfree)
/third_party/python/Include/cpython/
Dceval.h27 PyAPI_FUNC(Py_ssize_t) _PyEval_RequestCodeExtraIndex(freefunc);
Dobject.h259 freefunc tp_free; /* Low-level free-memory routine */
/third_party/python/Doc/includes/
Dtypestruct.h69 freefunc tp_free; /* Low-level free-memory routine */
/third_party/openssl/doc/man3/
DDEFINE_STACK_OF.pod44 void sk_TYPE_pop_free(STACK_OF(TYPE) *sk, sk_TYPE_freefunc freefunc);
54 sk_TYPE_freefunc freefunc);
127 free function freefunc() is called on each element to free it.
182 Copying is performed by the supplied copyfunc() and freeing by freefunc(). The
183 function freefunc() is only called if an error occurs.
/third_party/python/Include/
Dmoduleobject.h84 freefunc m_free;
Dobject.h200 typedef void (*freefunc)(void *); typedef
/third_party/python/Include/internal/
Dpycore_interp.h270 freefunc co_extra_freefuncs[MAX_CO_EXTRA_USERS];
/third_party/libxml2/os400/
Drpgsupport.h20 XMLPUBFUN void __set_xmlFree(xmlFreeFunc freefunc);
/third_party/python/Modules/
Dxxlimited.c127 freefunc free = PyType_GetSlot(tp, Py_tp_free); in Xxo_dealloc()
D_localemodule.c909 (freefunc)locale_free,
Dselectmodule.c1332 freefunc epoll_free = PyType_GetSlot(type, Py_tp_free); in pyepoll_dealloc()
2000 freefunc kqueue_free = PyType_GetSlot(type, Py_tp_free); in kqueue_queue_dealloc()
D_zoneinfo.c2713 .m_free = (freefunc)module_free};
D_struct.c1508 freefunc free_func = PyType_GetSlot(Py_TYPE(s), Py_tp_free); in s_dealloc()
D_asynciomodule.c3417 (freefunc)module_free /* m_free */
Dposixmodule.c13436 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in DirEntry_dealloc()
14204 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ScandirIterator_dealloc()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c2835 GDestroyNotify freefunc; member
2888 gst_harness_thread_init (GstHarnessThread * t, GDestroyNotify freefunc, in gst_harness_thread_init() argument
2891 t->freefunc = freefunc; in gst_harness_thread_init()
2982 if (t != NULL && t->freefunc != NULL) in gst_harness_stress_free()
2983 t->freefunc (t); in gst_harness_stress_free()
/third_party/python/Modules/_io/
D_iomodule.c687 (freefunc)iomodule_free,
/third_party/python/Objects/
Dcodeobject.c647 freefunc free_extra = interp->co_extra_freefuncs[i]; in code_dealloc()
1348 freefunc free = interp->co_extra_freefuncs[index]; in _PyCode_SetExtra()
/third_party/curl/include/curl/
Dcurl.h2365 curl_free_callback freefunc,
/third_party/python/Doc/c-api/
Dmodule.rst233 .. c:member:: freefunc m_free
Dtypeobj.rst128 …| :c:member:`~PyTypeObject.tp_free` | :c:type:`freefunc` | …
340 | :c:type:`freefunc` | void * | void |
1853 .. c:member:: freefunc PyTypeObject.tp_free
2490 .. c:type:: void (*freefunc)(void *)

12