Home
last modified time | relevance | path

Searched refs:goodbye (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/rtp/
H A Dsap.c73 int pa_sap_send(pa_sap_context *c, bool goodbye) { in pa_sap_send() argument
97 (goodbye ? (uint32_t) 1 << 26 : 0) | in pa_sap_send()
142 int pa_sap_recv(pa_sap_context *c, bool *goodbye) { in pa_sap_recv() argument
152 pa_assert(goodbye); in pa_sap_recv()
227 *goodbye = !!((header >> 26) & 1); in pa_sap_recv()
H A Dsap.h39 int pa_sap_send(pa_sap_context *c, bool goodbye);
42 int pa_sap_recv(pa_sap_context *c, bool *goodbye);
H A Dmodule-rtp-recv.c615 bool goodbye = false; in sap_event_cb() local
625 if (pa_sap_recv(&u->sap_context, &goodbye) < 0) in sap_event_cb()
628 if (!pa_sdp_parse(u->sap_context.sdp_data, &info, goodbye)) in sap_event_cb()
631 if (goodbye) { in sap_event_cb()
/third_party/node/test/parallel/
H A Dtest-tls-server-verify.js197 let goodbye = false;
203 if (!goodbye && /_unauthed/.test(out)) {
205 goodbye = true;
211 if (!goodbye && /_authed/.test(out)) {
213 goodbye = true;
H A Dtest-source-map-enable.js322 assert.match(output.stderr.toString(), /goodbye/);
/third_party/python/Lib/test/
H A Dtest_enum.py2503 def goodbye(self): member in TestSpecial.test_strenum.GoodbyeMixin
2565 def goodbye(self): member in TestSpecial.test_custom_strenum.GoodbyeMixin
4598 CONVERT_STR_TEST_2 = 'goodbye'
4628 for suffix, value in (('1', 'hello'), ('2', 'goodbye')):
4699 self.assertEqual(test_type.CONVERT_STR_TEST_2, 'goodbye')
4710 self.assertEqual(str(test_type.CONVERT_STR_TEST_2), 'goodbye')

Completed in 11 milliseconds