Searched refs:replies (Results 1 - 10 of 10) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | pdispatch.c | 228 PA_LLIST_HEAD(struct reply_info, replies); 243 PA_LLIST_REMOVE(struct reply_info, r->pdispatch->replies, r); in reply_info_free() 260 PA_LLIST_HEAD_INIT(struct reply_info, pd->replies); in pa_pdispatch_new() 269 while (pd->replies) { in pdispatch_free() 270 if (pd->replies->free_cb) in pdispatch_free() 271 pd->replies->free_cb(pd->replies->userdata); in pdispatch_free() 273 reply_info_free(pd->replies); in pdispatch_free() 344 PA_LLIST_FOREACH(r, pd->replies) in pa_pdispatch_run() 408 PA_LLIST_PREPEND(struct reply_info, pd->replies, in pa_pdispatch_register_reply() [all...] |
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 20 * - Fragmenting replies if required 172 /** TTL in seconds of SRV/TXT replies */ 186 /** TTL in seconds of A/AAAA/PTR replies */ 661 * Check which replies we should send for a host/netif based on question 666 * @return Bitmask of which replies to send 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 | in check_host() 739 int replies = 0; check_service() local 1566 int replies = 0; mdns_handle_question() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-http-autoselectfamily.js | 18 resolver.resolve(hostname, 'ANY', (err, replies) => { 25 const hosts = replies 38 // Create a DNS server which replies with a AAAA and a A record for the same host
|
H A D | test-net-autoselectfamily-commandline-option.js | 19 resolver.resolve(hostname, 'ANY', (err, replies) => { 26 const hosts = replies 39 // Create a DNS server which replies with a AAAA and a A record for the same host
|
H A D | test-net-autoselectfamily-ipv4first.js | 17 resolver.resolve(hostname, 'ANY', (err, replies) => { 24 const hosts = replies 36 // Create a DNS server which replies with a AAAA and a A record for the same host
|
H A D | test-https-autoselectfamily.js | 32 resolver.resolve(hostname, 'ANY', (err, replies) => { 39 const hosts = replies 52 // Create a DNS server which replies with a AAAA and a A record for the same host
|
H A D | test-net-autoselectfamilydefault.js | 20 resolver.resolve(hostname, 'ANY', (err, replies) => { 27 const hosts = replies 40 // Create a DNS server which replies with a AAAA and a A record for the same host
|
H A D | test-net-autoselectfamily.js | 20 resolver.resolve(hostname, 'ANY', (err, replies) => { 27 const hosts = replies 48 // Create a DNS server which replies with a AAAA and a A record for the same host
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */ 359 * M-SEARCH replies 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() 461 "M-SEARCH replies"); in msearchreply_state_machine_start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_ssdp.c | 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */ 359 * M-SEARCH replies 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() 461 "M-SEARCH replies"); in msearchreply_state_machine_start()
|
Completed in 7 milliseconds