Searched refs:vret (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Include/ |
D | objimpl.h | 200 int vret = visit(_PyObject_CAST(op), arg); \ 201 if (vret) \ 202 return vret; \
|
/third_party/openssl/apps/ |
D | pkcs12.c | 400 int vret; in pkcs12_main() local 407 vret = get_cert_chain(ucert, store, &chain2); in pkcs12_main() 410 if (vret == X509_V_OK) { in pkcs12_main() 418 if (vret != X509_V_ERR_UNSPECIFIED) in pkcs12_main() 420 X509_verify_cert_error_string(vret)); in pkcs12_main()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 593 GValue vret = { 0 }; in forward_event() local 602 g_value_init (&vret, G_TYPE_BOOLEAN); in forward_event() 603 g_value_set_boolean (&vret, FALSE); in forward_event() 608 &vret, &data); in forward_event() 613 g_value_set_boolean (&vret, TRUE); in forward_event() 617 ret = g_value_get_boolean (&vret); in forward_event()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | interleave.c | 1113 GValue vret = { 0 }; in forward_event() local 1118 g_value_init (&vret, G_TYPE_BOOLEAN); in forward_event() 1119 g_value_set_boolean (&vret, TRUE); in forward_event() 1121 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in forward_event() 1126 return g_value_get_boolean (&vret); in forward_event()
|
/third_party/python/Doc/extending/ |
D | newtypes_tutorial.rst | 703 int vret; 705 vret = visit(self->first, arg); 706 if (vret != 0) 707 return vret; 710 vret = visit(self->last, arg); 711 if (vret != 0) 712 return vret;
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 1920 GValue vret = { 0 }; in gst_videomixer2_push_sink_event() local 1925 g_value_init (&vret, G_TYPE_BOOLEAN); in gst_videomixer2_push_sink_event() 1926 g_value_set_boolean (&vret, TRUE); in gst_videomixer2_push_sink_event() 1928 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in gst_videomixer2_push_sink_event() 1933 return g_value_get_boolean (&vret); in gst_videomixer2_push_sink_event()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 976 GstV4l2Return vret; in gst_v4l2_buffer_pool_vallocator_stop() local 981 vret = gst_v4l2_allocator_stop (pool->vallocator); in gst_v4l2_buffer_pool_vallocator_stop() 983 if (vret == GST_V4L2_BUSY) in gst_v4l2_buffer_pool_vallocator_stop() 986 return (vret == GST_V4L2_OK); in gst_v4l2_buffer_pool_vallocator_stop()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 1493 GstFlowReturn aret, vret, ret; in gst_dvdemux_demux_frame() local 1575 vret = ret = gst_dvdemux_demux_video (dvdemux, buffer, duration); in gst_dvdemux_demux_frame() 1580 if (G_UNLIKELY (aret == GST_FLOW_NOT_LINKED && vret == GST_FLOW_NOT_LINKED)) { in gst_dvdemux_demux_frame()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 927 int vret = visit((op), arg); \ 928 if (vret) \ 929 return vret; \
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 923 int vret = visit((op), arg); \ 924 if (vret) \ 925 return vret; \
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 6076 Saint-Mémin, Charles-Balthazar-Julien Févret de
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 90162 vret. We can return the value of vret directly. vret is TRUE unless the
|