Home
last modified time | relevance | path

Searched refs:ret_i (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportstream.c88 gsize ret_i = 0; in transport_stream_get_all_pt() local
100 if (ret_i >= ret_size) { in transport_stream_get_all_pt()
104 ret[ret_i++] = item->pt; in transport_stream_get_all_pt()
109 *pt_len = ret_i; in transport_stream_get_all_pt()
/third_party/ltp/lib/
Dtst_net.c77 static int tst_safe_atoi(const char *s, int *ret_i) in tst_safe_atoi() argument
91 *ret_i = (int)l; in tst_safe_atoi()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.h150 int pa_atoi(const char *s, int32_t *ret_i);
Dcore-util.c2183 int pa_atoi(const char *s, int32_t *ret_i) { in pa_atoi() argument
2187 pa_assert(ret_i); in pa_atoi()
2197 *ret_i = (int32_t) l; in pa_atoi()