Home
last modified time | relevance | path

Searched refs:copy_func (Results 1 – 17 of 17) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c1711 int (*copy_func)(struct cil_db *db, void *data, void **copy, symtab_t *symtab) = NULL; in __cil_copy_node_helper() local
1725 copy_func = &cil_copy_block; in __cil_copy_node_helper()
1734 copy_func = &cil_copy_blockabstract; in __cil_copy_node_helper()
1737 copy_func = &cil_copy_blockinherit; in __cil_copy_node_helper()
1740 copy_func = &cil_copy_policycap; in __cil_copy_node_helper()
1744 copy_func = &cil_copy_perm; in __cil_copy_node_helper()
1747 copy_func = &cil_copy_classmapping; in __cil_copy_node_helper()
1752 copy_func = &cil_copy_class; in __cil_copy_node_helper()
1755 copy_func = &cil_copy_classorder; in __cil_copy_node_helper()
1758 copy_func = &cil_copy_classpermission; in __cil_copy_node_helper()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c58 copy_func (void *prop, guint size, guint8 ** buffer, guint64 * bsize, in copy_func() function
72 return copy_func (prop, sizeof (datatype) * size, buffer, bsize, offset);\
91 return copy_func (&prop, sizeof (guint8), buffer, size, offset); in prop_copy_uint8()
99 return copy_func (&prop, sizeof (guint16), buffer, size, offset); in prop_copy_uint16()
107 return copy_func (&prop, sizeof (guint32), buffer, size, offset); in prop_copy_uint32()
115 return copy_func (&prop, sizeof (guint64), buffer, size, offset); in prop_copy_uint64()
123 return copy_func (&prop, sizeof (guint32), buffer, size, offset); in prop_copy_int32()
139 return copy_func (&prop, sizeof (guint32), buffer, size, offset); in prop_copy_fourcc()
160 return copy_func (string, str_size * sizeof (guint8), buffer, size, offset); in prop_copy_fixed_size_string()
Datoms.c149 build_atom_info_wrapper (Atom * atom, gpointer copy_func, gpointer free_func) in build_atom_info_wrapper() argument
157 info->copy_data_func = copy_func; in build_atom_info_wrapper()
166 AtomCopyDataFunc copy_func, AtomFreeFunc free_func) in atom_info_list_prepend_atom() argument
170 build_atom_info_wrapper (atom, copy_func, free_func)); in atom_info_list_prepend_atom()
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c344 uvc->copy_func = NULL; in uvc_video_tran_stop()
497 uvc->copy_func = NULL; in uvc_video_tran_nocp()
528 int uvc_video_tran_copy(uvc_t hdl, uvc_continue_func copy_func, void *priv) in uvc_video_tran_copy() argument
534 if (copy_func == NULL || priv == NULL) in uvc_video_tran_copy()
580 uvc->copy_func = copy_func; in uvc_video_tran_copy()
634 if (uvc->copy_func) in uvc_continue_transfer()
772 copy = uvc->copy_func; in uvc_copy_continue()
Dusbd_video.h170 extern int uvc_video_tran_copy(uvc_t uvc, uvc_continue_func copy_func, void *priv);
Df_uvc.h775 uvc_continue_func copy_func; /* video transmission video frame copy function */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
70 (GBoxedCopyFunc) copy_func, \
/third_party/pulseaudio/src/pulsecore/
Didxset.c459 pa_idxset *pa_idxset_copy(pa_idxset *s, pa_copy_func_t copy_func) { in pa_idxset_copy() argument
468 pa_idxset_put(copy, copy_func ? copy_func(i->data) : i->data, NULL); in pa_idxset_copy()
Didxset.h110 pa_idxset *pa_idxset_copy(pa_idxset *s, pa_copy_func_t copy_func);
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c318 GstVaSurfaceCopy *copy_func; in gst_va_dmabuf_mem_copy() local
350 copy_func = _ensure_surface_copy (&self->copy, self->display, &self->info); in gst_va_dmabuf_mem_copy()
351 if (copy_func && gst_va_surface_copy (copy_func, buf_copy->surface, in gst_va_dmabuf_mem_copy()
1307 GstVaSurfaceCopy *copy_func; in _va_copy() local
1309 copy_func = _ensure_surface_copy (&va_allocator->copy, in _va_copy()
1311 if (copy_func in _va_copy()
1312 && gst_va_surface_copy (copy_func, va_copy->surface, va_mem->surface)) in _va_copy()
/third_party/node/deps/openssl/openssl/crypto/stack/
Dstack.c81 OPENSSL_sk_copyfunc copy_func, in OPENSSL_sk_deep_copy() argument
114 if ((ret->data[i] = copy_func(sk->data[i])) == NULL) { in OPENSSL_sk_deep_copy()
/third_party/openssl/crypto/stack/
Dstack.c81 OPENSSL_sk_copyfunc copy_func, in OPENSSL_sk_deep_copy() argument
114 if ((ret->data[i] = copy_func(sk->data[i])) == NULL) { in OPENSSL_sk_deep_copy()
/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.h231 GstMiniObjectCopyFunction copy_func,
Dgstminiobject.c162 GstMiniObjectCopyFunction copy_func, in gst_mini_object_init() argument
171 mini_object->copy = copy_func; in gst_mini_object_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c915 copy_func (GstAudioResampler * resampler, gpointer sbuf[], in copy_func() function
1408 copy_func : deinterleave_funcs[resampler->format_index]; in gst_audio_resampler_new()
/third_party/python/Lib/test/
Dtest_shutil.py1160 def _test_copy_dir(self, copy_func): argument
1170 self.assertRaises(err, copy_func, dir2, src_dir)
1173 self.assertRaises(err, copy_func, dir2, dst)
1174 copy_func(src_file, dir2) # should not raise exceptions
/third_party/gstreamer/gstreamer/
DChangeLog92696 * plugins/elements/gstcapsfilter.c: (copy_func),