Home
last modified time | relevance | path

Searched refs:copy_init (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dresampler.c41 static int copy_init(pa_resampler *r);
110 [PA_RESAMPLER_COPY] = copy_init,
1501 static int copy_init(pa_resampler *r) { in copy_init() function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c3950 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
3961 copy_init = SCTP_M_COPYM(init, init_offset, M_COPYALL, M_NOWAIT);
3962 if (copy_init == NULL) {
3968 sctp_log_mbc(copy_init, SCTP_MBUF_ICOPY);
3975 sctp_m_freem(copy_init);
3999 SCTP_BUF_NEXT(m_at) = copy_init;
4003 for (m_at = copy_init; m_at; m_at = SCTP_BUF_NEXT(m_at)) {