Searched refs:overlapped (Results 1 – 5 of 5) sorted by relevance
119 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped) in get_buffer_from_free_list() argument122 WaitForSingleObject(overlapped->free_list_semaphore, INFINITE); in get_buffer_from_free_list()123 EnterCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list()124 buffer = overlapped->free_list; in get_buffer_from_free_list()126 overlapped->free_list = buffer->next; in get_buffer_from_free_list()127 LeaveCriticalSection(&overlapped->free_list_cs); in get_buffer_from_free_list()132 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const b… in put_buffer_on_free_list() argument134 EnterCriticalSection(&overlapped->free_list_cs); in put_buffer_on_free_list()135 buffer->next = overlapped->free_list; in put_buffer_on_free_list()136 overlapped->free_list = buffer; in put_buffer_on_free_list()[all …]
4 Subject: [PATCH 2/3] Detect and reject a zip bomb using overlapped entries.8 end of the file. A Fifield zip bomb uses overlapped local entries51 + "error: invalid zip file with overlapped components (possible zip bomb)\n";
302 That metric is calculated both for all vCPUs as overlapped value, and310 postcopy-blocktime value of qmp command will show overlapped blocking
179 parameter instead of the earlier ``name`` which overlapped with the
231 functionality almost completely overlapped with the :ref:`standard