Home
last modified time | relevance | path

Searched refs:subscribers (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/benchmark/diagnostics_channel/
Dpublish.js7 subscribers: [0, 1, 10], property
12 function main({ n, subscribers }) { field
14 for (let i = 0; i < subscribers; i++) {
/third_party/libcoap/src/
Dcoap_resource.c491 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 …]
Dcoap_net.c3744 LL_FOREACH_SAFE(r->subscribers, obs, tmp) { in coap_dispatch()
/third_party/node/doc/api/
Ddiagnostics_channel.md109 * 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/
D355.txt16 # services to its subscribers on 01.01.2018. The existing subscribers are
/third_party/libsnd/docs/
Dlists.md20 Posting is restricted to subscribers.
24 Posting is restricted to subscribers.
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h74 coap_subscription_t *subscribers; /**< list of observers for this resource */ member
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
DREADME.md26 sent to all subscribers.
/third_party/alsa-utils/seq/aconnect/
DREADME.aconnect39 The option -l together with -i or -o shows subscribers for each port.
/third_party/curl/docs/
DMAIL-ETIQUETTE71 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
DFAQ378 the curl-library mailing list. We are many subscribers there and there are
/third_party/node/deps/openssl/openssl/
DSUPPORT.md77 Only subscribers can post to [openssl-users] or [openssl-project]. The
/third_party/openssl/
DSUPPORT.md77 Only subscribers can post to [openssl-users] or [openssl-project]. The
/third_party/libcoap/man/
Dcoap_observe.txt.in63 The underlying library adds in and removes "subscribers" to "observe" the
67 of subscribers to a resource when libcoap was built.
/third_party/toybox/
DREADME161 Then send a file attachment. The list holds messages from non-subscribers
/third_party/skia/third_party/externals/freetype/docs/
Dformats.txt69 subscribers only). If you can provide a font example for a format
/third_party/ffmpeg/doc/
Dmailing-list-faq.texi263 This is due to subscribers that use an email service with a DMARC reject policy
Ddeveloper.texi397 hold which messages from non-subscribers experience.
597 (the list is subscribers only due to spam)
Dprotocols.texi74 Muliple subscribers may stream from the broker using the command:
/third_party/libphonenumber/
DFAQ.md205 …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/
DREADME.md90 * <commits@nuttx.apache.org> is a read-only list that notifies subscribers
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-1500011725 subscribers
/third_party/tzdata/
Deurope1830 # in Latvian for subscribers only).
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt2147 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/
DCHANGELOG_V18.md456 …)] - **diagnostics\_channel**: fix ref counting bug when reaching zero subscribers (Stephen Belang…

12