Home
last modified time | relevance | path

Searched defs:pad (Results 1 – 25 of 9787) sorted by relevance

12345678910>>...392

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_pkcs7.erl22 pad(Bin) -> function
55 pad(P= 1, Bin) -> << Bin/binary, P >>; function
56 pad(P= 2, Bin) -> << Bin/binary, P, P >>; function
57 pad(P= 3, Bin) -> << Bin/binary, P, P, P >>; function
58 pad(P= 4, Bin) -> << Bin/binary, P, P, P, P >>; function
59 pad(P= 5, Bin) -> << Bin/binary, P, P, P, P, P >>; function
60 pad(P= 6, Bin) -> << Bin/binary, P, P, P, P, P, P >>; function
61 pad(P= 7, Bin) -> << Bin/binary, P, P, P, P, P, P, P >>; function
62 pad(P= 8, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P >>; function
63 pad(P= 9, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P, P >>; function
[all …]
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_pkcs7.erl22 pad(Bin) -> function
55 pad(P= 1, Bin) -> << Bin/binary, P >>; function
56 pad(P= 2, Bin) -> << Bin/binary, P, P >>; function
57 pad(P= 3, Bin) -> << Bin/binary, P, P, P >>; function
58 pad(P= 4, Bin) -> << Bin/binary, P, P, P, P >>; function
59 pad(P= 5, Bin) -> << Bin/binary, P, P, P, P, P >>; function
60 pad(P= 6, Bin) -> << Bin/binary, P, P, P, P, P, P >>; function
61 pad(P= 7, Bin) -> << Bin/binary, P, P, P, P, P, P, P >>; function
62 pad(P= 8, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P >>; function
63 pad(P= 9, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P, P >>; function
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa_pkcs7.erl22 pad(Bin) -> function
55 pad(P= 1, Bin) -> << Bin/binary, P >>; function
56 pad(P= 2, Bin) -> << Bin/binary, P, P >>; function
57 pad(P= 3, Bin) -> << Bin/binary, P, P, P >>; function
58 pad(P= 4, Bin) -> << Bin/binary, P, P, P, P >>; function
59 pad(P= 5, Bin) -> << Bin/binary, P, P, P, P, P >>; function
60 pad(P= 6, Bin) -> << Bin/binary, P, P, P, P, P, P >>; function
61 pad(P= 7, Bin) -> << Bin/binary, P, P, P, P, P, P, P >>; function
62 pad(P= 8, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P >>; function
63 pad(P= 9, Bin) -> << Bin/binary, P, P, P, P, P, P, P, P, P >>; function
[all …]
/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_db.py8 def test_root(pad): argument
20 def test_project_implied_model(pad): argument
35 def test_alt_fallback(pad): argument
52 def test_alt_parent(pad): argument
72 def test_basic_alts(pad): argument
107 def test_is_child_of(pad): argument
141 def test_attachment_api(pad): argument
173 def test_query_normalization(pad): argument
181 def test_distinct(pad): argument
238 def test_undefined_order(pad): argument
[all …]
H A Dtest_types.py24 def test_markdown(env, pad): argument
48 def test_markdown_links(env, pad): argument
75 def test_markdown_linking(pad, builder): argument
91 def test_markdown_images(pad, builder): argument
107 def test_string(env, pad): argument
124 def test_text(env, pad): argument
141 def test_integer(env, pad): argument
158 def test_float(env, pad): argument
178 def test_boolean(env, pad): argument
197 def test_datetime(env, pad): argument
[all …]
H A Dtest_pagination.py4 def test_paginated_children(pad): argument
46 def test_unpaginated_children(pad): argument
67 def test_pagination_access(pad): argument
82 def test_pagination_attributes(pad): argument
103 def test_url_matching_for_pagination(pad): argument
114 def test_parent_access(pad): argument
125 def test_pagination_url_paths(pad): argument
141 def test_unpaginated_children_other_alt(pad): argument
161 def test_prev_next(pad): argument
190 def test_pagination_items_filter(pad): argument
[all …]
H A Dtest_builder.py9 def test_basic_build(pad, builder): argument
26 def test_child_sources_basic(pad, builder): argument
41 def test_child_sources_pagination(pad, builder): argument
85 def test_basic_artifact_current_test(pad, builder, reporter): argument
177 def test_basic_template_rendering(pad, builder): argument
194 def test_attachment_copying(pad, builder): argument
208 def test_asset_processing(pad, builder): argument
222 def test_included_assets(pad, builder): argument
231 def test_excluded_assets(pad, builder): argument
257 def test_record_is_file(pad, builder): argument
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-pad.c148 GtkWidget *pad = NULL; in xpad_pad_new_from_file() local
211 xpad_pad_init (XpadPad *pad) in xpad_pad_init()
1007 XpadPad *pad; in xpad_pad_set_property() local
1026 XpadPad *pad; in xpad_pad_get_property() local
1229 menu_about (XpadPad *pad) in menu_about()
1271 menu_cut (XpadPad *pad) in menu_cut()
1280 menu_copy (XpadPad *pad) in menu_copy()
1288 menu_paste (XpadPad *pad) in menu_paste()
1336 menu_show (XpadPad *pad) in menu_show()
1379 menu_bold (XpadPad *pad) in menu_bold()
[all …]
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-pad.c174 GtkWidget *pad = NULL; in xpad_pad_new_from_file() local
283 xpad_pad_init (XpadPad *pad) in xpad_pad_init()
472 xpad_pad_show (XpadPad *pad) in xpad_pad_show()
1413 menu_about (XpadPad *pad) in menu_about()
1438 xpad_pad_cut (XpadPad *pad) in xpad_pad_cut()
1447 xpad_pad_copy (XpadPad *pad) in xpad_pad_copy()
1465 xpad_pad_undo (XpadPad *pad) in xpad_pad_undo()
1519 menu_bold (XpadPad *pad) in menu_bold()
1525 menu_italic (XpadPad *pad) in menu_italic()
1765 menu_popup (XpadPad *pad) in menu_popup()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c265 gst_ogg_stream_get_media_type (GstOggStream * pad) in gst_ogg_stream_get_media_type()
278 gst_ogg_stream_get_headers (GstOggStream * pad) in gst_ogg_stream_get_headers()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
590 is_keyframe_dirac (GstOggStream * pad, gint64 granulepos) in is_keyframe_dirac()
734 is_keyframe_vp8 (GstOggStream * pad, gint64 granulepos) in is_keyframe_vp8()
807 is_header_vp8 (GstOggStream * pad, ogg_packet * packet) in is_header_vp8()
832 get_headers_vp8 (GstOggStream * pad) in get_headers_vp8()
1067 is_header_fLaC (GstOggStream * pad, ogg_packet * packet) in is_header_fLaC()
1115 is_header_flac (GstOggStream * pad, ogg_packet * packet) in is_header_flac()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.c27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked()
36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode()
46 nvkm_i2c_pad_release(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_release()
55 nvkm_i2c_pad_acquire(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_acquire()
70 nvkm_i2c_pad_fini(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_fini()
77 nvkm_i2c_pad_init(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_init()
86 struct nvkm_i2c_pad *pad = *ppad; in nvkm_i2c_pad_del() local
97 int id, struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_ctor()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.c27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked()
36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode()
46 nvkm_i2c_pad_release(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_release()
55 nvkm_i2c_pad_acquire(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_acquire()
70 nvkm_i2c_pad_fini(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_fini()
77 nvkm_i2c_pad_init(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_init()
86 struct nvkm_i2c_pad *pad = *ppad; in nvkm_i2c_pad_del() local
97 int id, struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_ctor()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.c27 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode_locked()
36 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_mode()
46 nvkm_i2c_pad_release(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_release()
55 nvkm_i2c_pad_acquire(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode) in nvkm_i2c_pad_acquire()
70 nvkm_i2c_pad_fini(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_fini()
77 nvkm_i2c_pad_init(struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_init()
86 struct nvkm_i2c_pad *pad = *ppad; in nvkm_i2c_pad_del() local
97 int id, struct nvkm_i2c_pad *pad) in nvkm_i2c_pad_ctor()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/java/
H A Dwrappers.cpp63 status_t Byte::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
68 status_t Short::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
73 status_t Integer::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
78 status_t Long::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
83 status_t Double::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
88 status_t Float::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
93 status_t Boolean::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
98 status_t Character::to_string_padded(LSPString *dst, size_t pad) in to_string_padded()
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet-pad.c40 pad_get_buttons_pressed(struct pad_dispatch *pad, in pad_get_buttons_pressed()
84 pad_button_set_down(struct pad_dispatch *pad, in pad_button_set_down()
100 pad_process_absolute(struct pad_dispatch *pad, in pad_process_absolute()
178 pad_handle_ring(struct pad_dispatch *pad, in pad_handle_ring()
197 pad_handle_strip(struct pad_dispatch *pad, in pad_handle_strip()
251 pad_check_notify_axes(struct pad_dispatch *pad, in pad_check_notify_axes()
327 pad_process_key(struct pad_dispatch *pad, in pad_process_key()
392 pad_notify_buttons(struct pad_dispatch *pad, in pad_notify_buttons()
422 pad_flush(struct pad_dispatch *pad, in pad_flush()
605 pad_init_buttons(struct pad_dispatch *pad, in pad_init_buttons()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstpad.h830 #define GST_PAD_NAME(pad) (GST_OBJECT_NAME(pad)) argument
863 #define GST_PAD_DIRECTION(pad) (GST_PAD_CAST(pad)->direction) argument
872 #define GST_PAD_TASK(pad) (GST_PAD_CAST(pad)->task) argument
881 #define GST_PAD_MODE(pad) (GST_PAD_CAST(pad)->mode) argument
902 #define GST_PAD_CHAINFUNC(pad) (GST_PAD_CAST(pad)->chainfunc) argument
927 #define GST_PAD_EVENTFUNC(pad) (GST_PAD_CAST(pad)->eventfunc) argument
951 #define GST_PAD_QUERYFUNC(pad) (GST_PAD_CAST(pad)->queryfunc) argument
966 #define GST_PAD_PEER(pad) (GST_PAD_CAST(pad)->peer) argument
973 #define GST_PAD_LINKFUNC(pad) (GST_PAD_CAST(pad)->linkfunc) argument
980 #define GST_PAD_UNLINKFUNC(pad) (GST_PAD_CAST(pad)->unlinkfunc) argument
[all …]

12345678910>>...392