HomeSort by: relevance | last modified time | path
    Searched refs:canceled (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/lib/isc/include/isc/
ratelimiter.h 43 bool canceled; member in struct:isc_rlevent
127 * rle->canceled set to true.
  /src/external/mpl/dhcp/bind/dist/lib/dns/
lookup.c 50 bool canceled; member in struct:dns_lookup
171 if (event == NULL && !lookup->canceled) {
218 * If we've been canceled, forget about the result.
220 if (lookup->canceled) {
402 lookup->canceled = false;
420 if (!lookup->canceled) {
421 lookup->canceled = true;
byaddr.c 105 bool canceled; member in struct:dns_byaddr
232 byaddr->canceled = false;
259 if (!byaddr->canceled) {
260 byaddr->canceled = true;
client.c 154 bool canceled; member in struct:resctx
173 bool canceled; member in struct:resarg
188 bool canceled; member in struct:reqctx
206 bool canceled; member in struct:reqarg
221 bool canceled; member in struct:updatearg
239 bool canceled; member in struct:updatectx
766 if (event == NULL && !rctx->canceled) {
809 * If we've been canceled, forget about the result.
811 if (rctx->canceled) {
1126 if (!resarg->canceled) {
    [all...]
masterdump.c 260 atomic_bool canceled; member in struct:dns_dumpctx
1418 atomic_store_release(&dctx->canceled, true);
1507 if (atomic_load_acquire(&dctx->canceled)) {
1590 atomic_init(&dctx->canceled, false);
master.c 148 atomic_bool canceled; member in struct:dns_loadctx
614 atomic_init(&lctx->canceled, false);
3231 if (atomic_load_acquire(&lctx->canceled)) {
3260 atomic_store_release(&lctx->canceled, true);
  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h 90 // When the object is canceled, the callback(see below) is called with dso_connect_life_cycle_cancel to provide a
115 // The callback gets called when dso_state_t is created, canceled or finalized to do some status maintaining
119 // The callback gets called when dso_connect_t is created, canceled or finalized to do some status maintaining
130 mDNSBool canceled; // Indicates if the dso_connect_state_t has been canceled and should be ignored for processing. member in struct:dso_connect_state
dso-transport.c 135 // dso_connect_state_t objects that have been canceled but aren't yet freed.
154 // Clean any remaining dso_connect_state_t objects that have been canceled.
180 // If this connect state object is released before we get canceled event for the underlying nw_connection_t,
182 // canceled event is delivered.
205 // because it is possible that the current dso_connect_state_t has been canceled in the callback.
206 // Any status update for the canceled dso_connect_state_t will not work as expected.
224 // because it is possible that the current dso_connect_state_t has been canceled in the callback.
225 // Any status update for the canceled dso_connect_state_t will not work as expected.
361 "[DSO%u] dso_write_finish: completed but the corresponding dso_state_t has been canceled - "
608 "[DSO%u] dso_read_message_length: the corresponding dso_state_t has been canceled."
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
nat64.h 131 bool canceled; member in struct:__anon6008
omr-watcher.c 94 bool canceled; member in struct:omr_watcher_callback
260 if (cb->canceled) {
277 if (!cb->canceled) {
455 // list being modified while we're traversing it, we just mark the callback canceled so it won't be called again
457 // callbacks marked canceled. We retain omw here in case one of the callbacks releases the last reference to it.
458 cb->canceled = true;
macos-ioloop.c 243 INFO("%p: " PUB_S_SRP " " PUB_S_SRP ":%d" , connection, comm->canceled ? " (already canceled)" : "", file, line);
244 if (!comm->canceled) {
246 comm->canceled = true;
857 INFO(PRI_S_SRP " (%p %p) state is canceled; error = " PUB_S_SRP,
1079 if (connection->canceled) {
1080 FAULT("cancel on canceled connection " PRI_S_SRP, connection->name);
1083 connection->canceled = true;
1126 ERROR("nw_connection_group gets released before the connection_group is canceled - name: " PRI_S_SRP ", state: %d",
1153 // the listener gets canceled, in which case we don't want to deliver the ready event
    [all...]
route-tracker.c 96 bool canceled; member in struct:route_tracker
170 tracker->canceled = true;
364 // canceled and released, we finish running the queue before stopping.
service-publisher.c 142 bool canceled; member in struct:service_publisher
472 if (publisher->canceled) {
500 if (!publisher->canceled) {
1386 // If the listener got canceled for some reason, restart it.
dnssd-client.c 114 bool canceled; member in struct:dnssd_client
ioloop.h 234 bool canceled: 1; member in struct:dso_transport
nat64.c 121 monitor->canceled = true;
618 // been canceled in the meantime, we restart the query.
621 if (!state_machine->canceled) {
1676 // so that if it's canceled and released, we finish running the queue before stopping.
  /src/external/mpl/bind/dist/tests/ns/
query_test.c 600 bool do_cancel; /* true if query should be canceled
608 bool canceled; /* true if the query has been canceled */ member in struct:hookasync_data
633 ((hookasync_data_t *)ctx->private)->canceled = true;
850 .canceled = false,
908 * If the query has been canceled, or async event didn't succeed,
943 INSIST(asdata.canceled == test->do_cancel);
1255 bool do_cancel; /* true if query should be canceled
1421 * canceled.
  /src/external/mpl/bind/dist/bin/dig/
dighost.h 211 bool canceled; member in struct:dig_query
dighost.c 1561 if (!q->canceled && q != except_q) {
2730 * the query if the send was canceled.
2752 if (eresult == ISC_R_CANCELED || query->canceled) {
2754 if (!query->canceled) {
2791 query->canceled = true;
3207 if (eresult == ISC_R_CANCELED || query->canceled) {
3209 if (!query->canceled) {
3614 query->canceled)
3630 if (!query->canceled) {
3992 query->canceled)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
ratelimiter.c 297 rle->canceled = true;
  /src/sys/kern/
sys_aio.c 1744 unsigned int fildes, canceled = 0; local
1774 * are active and could not be canceled.
1822 canceled++;
1826 if (canceled && !have_active) {
1828 } else if (!canceled) {
  /src/external/mpl/bind/dist/lib/dns/
masterdump.c 243 atomic_bool canceled; member in struct:dns_dumpctx
1412 atomic_store_release(&dctx->canceled, true);
1511 if (atomic_load_acquire(&dctx->canceled)) {
master.c 148 atomic_bool canceled; member in struct:dns_loadctx
1093 if (atomic_load_acquire(&lctx->canceled)) {
3031 atomic_store_release(&lctx->canceled, true);
  /src/external/bsd/libevent/dist/test/
regress_dns.c 1810 int canceled; member in struct:gaic_request_status
1824 status->canceled = 1;
1853 tt_assert(status->canceled);
1993 * already canceled */
2108 // at least some was canceled via external event
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1808 int canceled; member in struct:gaic_request_status
1822 status->canceled = 1;
1851 tt_assert(status->canceled);
1991 * already canceled */
2106 // at least some was canceled via external event

Completed in 113 milliseconds

1 2