/third_party/pulseaudio/src/pulsecore/ |
D | pdispatch.c | 223 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/ |
D | bidi_call.rb | 93 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)
|
D | active_call.rb | 461 replies = enum_for(:each_remote_read_then_finish) 462 return replies unless block_given? 463 replies.each { |r| yield r }
|
D | rpc_desc.rb | 94 replies = mth.call(req, call) 95 replies.each { |r| active_call.remote_send(r) }
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 672 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/ |
D | test126 | 26 FTP download with multiple replies at once in RETR
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_ssdp.c | 454 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/ |
D | wps_upnp_ssdp.c | 454 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/ |
D | test_step.dart | 23 /// - 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/ |
D | retry-all-errors.d | 23 error, if the transfer was successful. For example, if a server replies 404
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | GLX_INTEL_swap_event.txt | 165 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/ |
D | GLX_INTEL_swap_event.txt | 165 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/ |
D | gapplication.c | 166 gchar *replies; 179 replies = g_strconcat ("got ./cmd 0\n", 195 spawn (replies, NULL, 198 g_free (replies);
|
/third_party/grpc/src/proto/math/ |
D | math.proto | 51 // replies. The stream ends immediately if either end aborts.
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
D | README.md | 9 It replies with a string "Connecting" if all is well.
|
/third_party/ffmpeg/doc/dev_community/ |
D | resolution_process.md | 61 Further replies to answers are permitted, as long as they conform to the
|
/third_party/boost/libs/endian/doc/endian/ |
D | history.adoc | 152 subsequent replies.
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/ |
D | dart_vm.dart | 46 // the client code to not use notifications so that it gets error replies back
|
/third_party/libuv/docs/src/guide/ |
D | networking.rst | 127 server that replies. We use the UV_UDP_REUSEADDR flag to play nice with any
|
/third_party/curl/docs/ |
D | TheArtOfHttpScripting.md | 30 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
|
D | CONTRIBUTE.md | 142 fix nits/flaws. This is very important. We will take lack of replies as a
|
/third_party/ffmpeg/doc/ |
D | mailing-list-faq.texi | 172 Instead, use trimmed interleaved/inline replies (@url{https://lists.ffmpeg.org/pipermail/ffmpeg-use…
|
/third_party/libnl/doc/ |
D | core.txt | 322 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/ |
D | spelling.txt | 1239 replys||replies
|
/third_party/boost/boost/graph/distributed/detail/ |
D | mpi_process_group.ipp | 82 * The MPI communicator used to transmit out-of-band replies.
|