Lines Matching refs:canceled
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.",
692 "[DSO%u] dso_read_message: the corresponding dso_state_t has been canceled.",
1009 // cs->canceled must be set to false here, because we use it to determine if the current dso_connect_state_t is
1012 // cs->canceled = mDNSfalse;
1075 // the callback for the canceled dso_connect_state_t object.
1076 cs->canceled = mDNStrue;
1219 // It holds the reference during the entire life time of the nw_connection_t, until it is canceled.
1235 ncs = dso_connect_state_find(serial); // Might have been canceled.
1237 // If we cannot find dso_connect_state_t in the system's list, it means that we have already canceled it
1285 "[DSOC%u->C%" PRIu64 "] Connection to server: " PRI_IP_ADDR ":%u canceled.",
1539 // Do not proceed if we find that the dso_connect_state_t has been canceled previously.
1540 if (cs->canceled) {
1542 "[DSOC%u] The current dso_connect_state_t has been canceled - hostname: " PRI_S ".", cs->serial,