Searched refs:closing (Results 1 – 9 of 9) sorted by relevance
60 with contextlib.closing(sock) as serversock:307 with contextlib.closing(323 with contextlib.closing(accepted_connection) as conn:330 with contextlib.closing(conn.makefile()) as connf:375 with contextlib.closing(
44 int closing = 0; member
141 if (s->closing) { in local_socket_flush_incoming()332 if (s->closing || s->has_write_error || s->packet_queue.empty()) { in local_socket_close()342 s->closing = 1; in local_socket_close()
211 with contextlib.closing(listener):223 with contextlib.closing(client):229 with contextlib.closing(accepted_connection) as server:1329 with contextlib.closing(sock):
41 unrecognized command MUST result in the closing of the remote
97 closing(false), in usb_handle()113 if (closing) { in Close()116 closing = true; in Close()137 std::atomic<bool> closing; member
78 int closing : 1; member411 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()443 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()
99 editor and strip out anything outside the opening and closing scissor lines. Failure to do
123 finally a call closing the logs. A single log can be opened with `android_logger_list_open()`; or