Searched refs:subscribers (Results 1 – 25 of 29) sorted by relevance
12
/third_party/node/benchmark/diagnostics_channel/ |
D | publish.js | 7 subscribers: [0, 1, 10], property 12 function main({ n, subscribers }) { field 14 for (let i = 0; i < subscribers; i++) {
|
/third_party/libcoap/src/ |
D | coap_resource.c | 491 LL_FOREACH_SAFE(resource->subscribers, obs, otmp) { 698 LL_FOREACH(resource->subscribers, s) { 715 LL_FOREACH(resource->subscribers, s) { 770 LL_COUNT(resource->subscribers, s, subscriber_count); 813 LL_PREPEND(resource->subscribers, s); 956 if (resource->subscribers && s) { 957 LL_DELETE(resource->subscribers, s); 971 LL_FOREACH_SAFE(resource->subscribers, s, tmp) { 975 LL_DELETE(resource->subscribers, s); 1000 LL_FOREACH_SAFE(r->subscribers, obs, otmp) { [all …]
|
D | coap_net.c | 3744 LL_FOREACH_SAFE(r->subscribers, obs, tmp) { in coap_dispatch()
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 109 * Returns: {boolean} If there are active subscribers 111 Check if there are active subscribers to the named channel. This is helpful if 121 // There are subscribers, prepare and publish message 129 // There are subscribers, prepare and publish message 289 pipeline. It is used to track subscribers and to publish messages when there 290 are subscribers present. It exists as a separate object to avoid channel 304 * Returns: {boolean} If there are active subscribers 306 Check if there are active subscribers to this channel. This is helpful if 318 // There are subscribers, prepare and publish message 328 // There are subscribers, prepare and publish message [all …]
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 355.txt | 16 # services to its subscribers on 01.01.2018. The existing subscribers are
|
/third_party/libsnd/docs/ |
D | lists.md | 20 Posting is restricted to subscribers. 24 Posting is restricted to subscribers.
|
/third_party/libcoap/include/coap3/ |
D | coap_resource_internal.h | 74 coap_subscription_t *subscribers; /**< list of observers for this resource */ member
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | README.md | 26 sent to all subscribers.
|
/third_party/alsa-utils/seq/aconnect/ |
D | README.aconnect | 39 The option -l together with -i or -o shows subscribers for each port.
|
/third_party/curl/docs/ |
D | MAIL-ETIQUETTE | 71 through to all the subscribers. 83 subscribers be moderated. This means that after you have subscribed and 258 We allow subscribers to subscribe to the "digest" version of the mailing
|
D | FAQ | 378 the curl-library mailing list. We are many subscribers there and there are
|
/third_party/node/deps/openssl/openssl/ |
D | SUPPORT.md | 77 Only subscribers can post to [openssl-users] or [openssl-project]. The
|
/third_party/openssl/ |
D | SUPPORT.md | 77 Only subscribers can post to [openssl-users] or [openssl-project]. The
|
/third_party/libcoap/man/ |
D | coap_observe.txt.in | 63 The underlying library adds in and removes "subscribers" to "observe" the 67 of subscribers to a resource when libcoap was built.
|
/third_party/toybox/ |
D | README | 161 Then send a file attachment. The list holds messages from non-subscribers
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | formats.txt | 69 subscribers only). If you can provide a font example for a format
|
/third_party/ffmpeg/doc/ |
D | mailing-list-faq.texi | 263 This is due to subscribers that use an email service with a DMARC reject policy
|
D | developer.texi | 397 hold which messages from non-subscribers experience. 597 (the list is subscribers only due to spam)
|
D | protocols.texi | 74 Muliple subscribers may stream from the broker using the command:
|
/third_party/libphonenumber/ |
D | FAQ.md | 205 …f="#operator_specific_numbers">What about numbers that are only valid for a set of subscribers?</a> 207 There are some numbers that only work for the subscribers of certain operators
|
/third_party/NuttX/ |
D | README.md | 90 * <commits@nuttx.apache.org> is a read-only list that notifies subscribers
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | words-15000 | 11725 subscribers
|
/third_party/tzdata/ |
D | europe | 1830 # in Latvian for subscribers only).
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 2147 typeset-quality screens; and Hypertext links that enable subscribers to 2204 maintained on the computer permanently and subscribers, as part of
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V18.md | 456 …)] - **diagnostics\_channel**: fix ref counting bug when reaching zero subscribers (Stephen Belang…
|
12