Searched refs:allocfunc (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.h | 53 GstKsAllocFunction allocfunc; member 66 …_new (const gchar * device_path, GstKsClock * clock, GstKsAllocFunction allocfunc, gpointer allocf…
|
D | gstksvideodevice.c | 308 priv->spare_buffers[i] = self->allocfunc (frame_size, KS_BUFFER_ALIGNMENT, in gst_ks_video_device_prepare_buffers() 316 req.buf = self->allocfunc (frame_size, KS_BUFFER_ALIGNMENT, in gst_ks_video_device_prepare_buffers() 353 GstKsAllocFunction allocfunc, gpointer allocfunc_data) in gst_ks_video_device_new() argument 359 device->allocfunc = allocfunc; in gst_ks_video_device_new() 934 req->buf = self->allocfunc (gst_ks_video_device_get_frame_size (self), in gst_ks_read_request_pick_buffer()
|
/third_party/libxml2/os400/ |
D | rpgsupport.h | 23 XMLPUBFUN void __set_xmlMalloc(xmlMallocFunc allocfunc); 26 XMLPUBFUN void __set_xmlMallocAtomic(xmlMallocFunc allocfunc);
|
/third_party/python/Doc/includes/ |
D | typestruct.h | 67 allocfunc tp_alloc;
|
/third_party/python/Include/cpython/ |
D | object.h | 257 allocfunc tp_alloc;
|
/third_party/python/Include/ |
D | object.h | 215 typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); typedef
|
/third_party/python/Modules/ |
D | selectmodule.c | 1253 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object() 1939 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
|
D | _struct.c | 1440 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 833 type,allocfunc,3.2,
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 124 …| :c:member:`~PyTypeObject.tp_alloc` | :c:type:`allocfunc` | … 333 | :c:type:`allocfunc` | .. line-block:: | :c:type:`PyObject` * | 1790 .. c:member:: allocfunc PyTypeObject.tp_alloc 2473 .. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 260 typedef allocfunc
|