Home
last modified time | relevance | path

Searched refs:copy_threshold (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-diff-find-options.c91 priv->diff_find_options.copy_threshold = g_value_get_uint (value); in ggit_diff_find_options_set_property()
129 g_value_set_uint (value, priv->diff_find_options.copy_threshold); in ggit_diff_find_options_get_property()
197 defopt.copy_threshold, in ggit_diff_find_options_class_init()
411 return priv->diff_find_options.copy_threshold; in ggit_diff_find_options_get_copy_threshold()
432 priv->diff_find_options.copy_threshold = threshold; in ggit_diff_find_options_set_copy_threshold()
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/backend/cffi/
H A Dsocket.py96 copy_threshold = 0 variable in Socket
279 if self.copy_threshold:
282 if buf.nbytes < self.copy_threshold:
285 frame = Frame(data, track=track, copy_threshold=self.copy_threshold)
H A Dmessage.py59 def __init__(self, data=None, track=False, copy=None, copy_threshold=None): argument
90 if copy_threshold and data_len_c < copy_threshold:
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/backend/cython/
H A Dmessage.pyx117 def __cinit__(self, object data=None, track=False, copy=None, copy_threshold=None, **kwargs): argument
122 if copy_threshold is None:
123 copy_threshold = zmq.COPY_THRESHOLD
152 # copy unspecified, apply copy_threshold
154 if copy_threshold and data_len_c < copy_threshold:
201 def __init__(self, object data=None, track=False, copy=False, copy_threshold=None): argument
H A Dsocket.pyx306 def __init__(self, context=None, socket_type=-1, shadow=0, copy_threshold=None): argument
307 if copy_threshold is None:
308 copy_threshold = zmq.COPY_THRESHOLD
309 self.copy_threshold = copy_threshold
772 if self.copy_threshold:
774 # always copy messages smaller than copy_threshold
775 if nbytes(buf) < self.copy_threshold:
778 msg = Frame(data, track=track, copy_threshold=self.copy_threshold)
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/sugar/
H A Dsocket.py535 copy_threshold=self.copy_threshold,
544 copy_threshold=self.copy_threshold,
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2bufferpool.h83 guint copy_threshold; /* when our pool runs lower, start handing out copies */ member

12345678