Home
last modified time | relevance | path

Searched refs:pf_destroy (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/libxs/libxs-1.2.0/src/
H A Dtopic_filter.cpp95 static void pf_destroy (void *core_, void *pf_) in pf_destroy() function
178 pf_destroy (core_, sf_); in sf_destroy()
208 pf_destroy,
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dvt_utils.c80 void (*pf_destroy)(picture_context_t *), in cvpxpic_attach_common()
90 ctx->s.destroy = pf_destroy; in cvpxpic_attach_common()
182 void (*pf_destroy)(picture_context_t *) = readonly ? in cvpxpic_create_mapped() local
187 || cvpxpic_attach_common(pic, cvpx, pf_destroy, NULL, NULL) != VLC_SUCCESS) in cvpxpic_create_mapped()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es_out.h117 void (*pf_destroy)( es_out_t * ); member
157 p_out->pf_destroy( p_out ); in es_out_Delete()
H A Dvlc_subpicture.h139 void (*pf_destroy) ( subpicture_t * ); member
H A Dvlc_picture.h126 void (*pf_destroy)(picture_t *); member
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dpf.c43 pf_destroy(struct pf_set *pfs) in pf_destroy() function
317 pf_destroy(pfs); in pf_init()
323 pf_destroy(pfs); in pf_init()
562 pf_destroy(c->c2.pf.pfs); in pf_check_reload()
604 pf_destroy(c->c2.pf.pfs); in pf_load_from_buffer_list()
682 pf_destroy(pfc->pfs); in pf_destroy_context()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dpf.c43 pf_destroy(struct pf_set *pfs) in pf_destroy() function
317 pf_destroy(pfs); in pf_init()
323 pf_destroy(pfs); in pf_init()
562 pf_destroy(c->c2.pf.pfs); in pf_check_reload()
604 pf_destroy(c->c2.pf.pfs); in pf_load_from_buffer_list()
682 pf_destroy(pfc->pfs); in pf_destroy_context()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dpf.c43 pf_destroy(struct pf_set *pfs) in pf_destroy() function
317 pf_destroy(pfs); in pf_init()
323 pf_destroy(pfs); in pf_init()
562 pf_destroy(c->c2.pf.pfs); in pf_check_reload()
604 pf_destroy(c->c2.pf.pfs); in pf_load_from_buffer_list()
682 pf_destroy(pfc->pfs); in pf_destroy_context()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dsubpicture.c77 p_subpic->updater.pf_destroy = NULL; in subpicture_New()
88 if( p_subpic->updater.pf_destroy ) in subpicture_Delete()
89 p_subpic->updater.pf_destroy( p_subpic ); in subpicture_Delete()
H A Dpicture.c250 if( p_resource->pf_destroy != NULL ) in picture_NewFromResource()
251 priv->gc.destroy = p_resource->pf_destroy; in picture_NewFromResource()
398 .pf_destroy = picture_DestroyClone, in picture_Clone()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/core/
H A Dmmal_component_private.h58 MMAL_STATUS_T (*pf_destroy)(MMAL_COMPONENT_T *component); member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/core/
H A Dmmal_component_private.h62 MMAL_STATUS_T (*pf_destroy)(MMAL_COMPONENT_T *component); member
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/interface/mmal/core/
H A Dmmal_component_private.h62 MMAL_STATUS_T (*pf_destroy)(MMAL_COMPONENT_T *component); member
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/mmal/core/
H A Dmmal_component_private.h62 MMAL_STATUS_T (*pf_destroy)(MMAL_COMPONENT_T *component); member
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/util/
H A Dmmal_graph.c166 if (graph->pf_destroy) in mmal_graph_destroy()
167 graph->pf_destroy(graph); in mmal_graph_destroy()
626 if (graph->graph.pf_destroy) in graph_component_destroy()
627 graph->graph.pf_destroy(&graph->graph); in graph_component_destroy()
628 graph->graph.pf_destroy = NULL; in graph_component_destroy()
1259 component->priv->pf_destroy = graph_component_destroy; in mmal_component_create_from_graph()
H A Dmmal_graph.h51 void (*pf_destroy)(struct MMAL_GRAPH_T *); member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/components/
H A Dnull_sink.c95 component->priv->pf_destroy = null_sink_component_destroy; in mmal_component_create_null_sink()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/xcb/
H A Dpictures.c147 res->pf_destroy = XCB_picture_Destroy; in XCB_picture_Alloc()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/util/
H A Dmmal_graph.h61 void (*pf_destroy)(struct MMAL_GRAPH_T *); member
H A Dmmal_graph.c182 if (graph->pf_destroy) in mmal_graph_destroy()
183 graph->pf_destroy(graph); in mmal_graph_destroy()
774 if (graph->graph.pf_destroy) in graph_component_destroy()
775 graph->graph.pf_destroy(&graph->graph); in graph_component_destroy()
776 graph->graph.pf_destroy = NULL; in graph_component_destroy()
1496 component->priv->pf_destroy = graph_component_destroy; in mmal_component_create_from_graph()
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/mmal/util/
H A Dmmal_graph.h61 void (*pf_destroy)(struct MMAL_GRAPH_T *); member
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/interface/mmal/util/
H A Dmmal_graph.h61 void (*pf_destroy)(struct MMAL_GRAPH_T *); member
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvideo_text.c122 .pf_destroy = OSDTextDestroy, in vout_OSDText()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/arib/
H A Dsubstext.h143 .pf_destroy = SubpictureTextDestroy, in decoder_NewSubpictureText()
/dports/devel/libxs/libxs-1.2.0/include/xs/
H A Dxs.h289 void (*pf_destroy) (void *core, void *pf); member

1234