Home
last modified time | relevance | path

Searched refs:replies (Results 1 – 25 of 47) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
Dpdispatch.c223 PA_LLIST_HEAD(struct reply_info, replies);
238 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r); in reply_info_free()
255 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies); in pa_pdispatch_new()
264 while (pd->replies) { in pdispatch_free()
265 if (pd->replies->free_cb) in pdispatch_free()
266 pd->replies->free_cb(pd->replies->userdata); in pdispatch_free()
268 reply_info_free(pd->replies); in pdispatch_free()
336 PA_LLIST_FOREACH(r, pd->replies) in pa_pdispatch_run()
398 PA_LLIST_PREPEND(struct reply_info, pd->replies, r); in pa_pdispatch_register_reply()
405 return !!pd->replies; in pa_pdispatch_is_pending()
[all …]
/third_party/grpc/src/ruby/lib/grpc/generic/
Dbidi_call.rb93 replies = nil
97 replies = gen_each_reply.call(requests)
99 replies = gen_each_reply.call(requests, @req_view)
104 write_loop(replies, is_client: false)
Dactive_call.rb461 replies = enum_for(:each_remote_read_then_finish)
462 return replies unless block_given?
463 replies.each { |r| yield r }
Drpc_desc.rb94 replies = mth.call(req, call)
95 replies.each { |r| active_call.remote_send(r) }
/third_party/lwip/src/apps/mdns/
Dmdns.c672 int replies = 0; in check_host() local
679 return replies; in check_host()
690 replies |= REPLY_HOST_PTR_V6; in check_host()
703 replies |= REPLY_HOST_PTR_V4; in check_host()
716 replies |= REPLY_HOST_A; in check_host()
721 replies |= REPLY_HOST_AAAA; in check_host()
726 return replies; in check_host()
739 int replies = 0; in check_service() local
751 replies |= REPLY_SERVICE_TYPE_PTR; in check_service()
758 replies |= REPLY_SERVICE_NAME_PTR; in check_service()
[all …]
/third_party/curl/tests/data/
Dtest12626 FTP download with multiple replies at once in RETR
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c454 int replies; in msearchreply_state_machine_start() local
456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
458 "outstanding)", replies); in msearchreply_state_machine_start()
459 if (replies >= MAX_MSEARCH) { in msearchreply_state_machine_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c454 int replies; in msearchreply_state_machine_start() local
456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
458 "outstanding)", replies); in msearchreply_state_machine_start()
459 if (replies >= MAX_MSEARCH) { in msearchreply_state_machine_start()
/third_party/flutter/flutter/dev/integration_tests/channels/lib/src/
Dtest_step.dart23 /// - The Flutter app records the incoming message echo and replies.
26 /// - The platform finally replies to the original message with another echo.
/third_party/curl/docs/cmdline-opts/
Dretry-all-errors.d23 error, if the transfer was successful. For example, if a server replies 404
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DGLX_INTEL_swap_event.txt165 replies), move issue list to end, change BLIT to COPY, return enum values
168 replies to include _INTEL suffix to match extension name. Fix 'code'
/third_party/openGLES/extensions/INTEL/
DGLX_INTEL_swap_event.txt165 replies), move issue list to end, change BLIT to COPY, return enum values
168 replies to include _INTEL suffix to match extension name. Fix 'code'
/third_party/glib/gio/tests/
Dgapplication.c166 gchar *replies;
179 replies = g_strconcat ("got ./cmd 0\n",
195 spawn (replies, NULL,
198 g_free (replies);
/third_party/grpc/src/proto/math/
Dmath.proto51 // replies. The stream ends immediately if either end aborts.
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md9 It replies with a string "Connecting" if all is well.
/third_party/ffmpeg/doc/dev_community/
Dresolution_process.md61 Further replies to answers are permitted, as long as they conform to the
/third_party/boost/libs/endian/doc/endian/
Dhistory.adoc152 subsequent replies.
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/
Ddart_vm.dart46 // the client code to not use notifications so that it gets error replies back
/third_party/libuv/docs/src/guide/
Dnetworking.rst127 server that replies. We use the UV_UDP_REUSEADDR flag to play nice with any
/third_party/curl/docs/
DTheArtOfHttpScripting.md30 request a particular action, and then the server replies a few text lines
149 All HTTP replies contain a set of response headers that are normally hidden,
463 such pages in the same manner it displays all HTTP replies. It does however
DCONTRIBUTE.md142 fix nits/flaws. This is very important. We will take lack of replies as a
/third_party/ffmpeg/doc/
Dmailing-list-faq.texi172 Instead, use trimmed interleaved/inline replies (@url{https://lists.ffmpeg.org/pipermail/ffmpeg-use…
/third_party/libnl/doc/
Dcore.txt322 Netlink differs between requests, notifications, and replies. Requests
553 Netlink allows the use of sequence numbers to help relate replies to
556 of sequence numbers is to assist a sender in relating replies to the
575 send requests and receive the replies and another socket subscribed to a
/third_party/ltp/scripts/
Dspelling.txt1239 replys||replies
/third_party/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp82 * The MPI communicator used to transmit out-of-band replies.

12