Home
last modified time | relevance | path

Searched refs:replies (Results 1 – 25 of 31) 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/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/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/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/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/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/ffmpeg/doc/dev_community/
Dresolution_process.md61 Further replies to answers are permitted, as long as they conform to the
/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/libuv/docs/src/guide/
Dnetworking.rst127 server that replies. We use the UV_UDP_REUSEADDR flag to play nice with any
/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/ffmpeg/doc/
Dmailing-list-faq.texi172 Instead, use trimmed interleaved/inline replies (@url{https://lists.ffmpeg.org/pipermail/ffmpeg-use…
Ddeveloper.texi676 Reviews and comments will be posted as replies to the patch on the
/third_party/ltp/scripts/
Dspelling.txt1239 replys||replies
/third_party/node/deps/cares/
DCHANGES263 Add ares_parse_uri_reply() for parsing URI DNS replies.
293 …To prevent possible users having XSS issues due to intentionally malformed DNS replies, validate h…
1838 function is designed to parse replies which also contain non-NAPTR
1841 In particular, parsing ANY replies for NAPTR records was broken
4964 - - Larry Lansing fixed ares_parse_srv_reply to properly parse replies
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Ddriver.dart1096 // the client code to not use notifications so that it gets error replies back
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst1489 UDP socket when broadcast is allowed. This allows to receive replies after a
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dwindow.dart937 /// encoded JSON but can be arbitrary data. If the plugin replies to the
/third_party/flutter/engine/flutter/lib/ui/
Dwindow.dart1124 /// encoded JSON but can be arbitrary data. If the plugin replies to the
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt2039 SPDY enables a server to send multiple replies to a client for a
2100 11, the server replies on stream 11. It can push any number of
/third_party/python/Doc/library/
Ddatetime.rst2041 valid replies. Return ``None`` if a string name isn't known. Note that this is
/third_party/lwip/
DCHANGELOG3426 * icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1346 …ub.com/nodejs/node/commit/5b4fab1a40)] - **dns**: fix TTL value for AAAA replies to `resolveAny()`…
DCHANGELOG_V10.md495 …ub.com/nodejs/node/commit/4fcfa5a63f)] - **dns**: fix TTL value for AAAA replies to `resolveAny()`…
/third_party/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt3898 miner, and receiving only short, gruff replies, the traveller

12