Lines Matching refs:canceled
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.
1154 if (listener->canceled) {
1155 INFO("ready but canceled");
1213 ERROR("nw_listener gets released before the listener is canceled - name: " PRI_S_SRP ", state: %d",
1445 // the listener gets canceled, in which case we don't want to deliver the ready event.
1446 if (listener->canceled) {
1447 INFO("ready but canceled");