Searched refs:set_file_pointer (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | os_file_functions.hpp | 170 if(!winapi::set_file_pointer(hnd, filesize, 0, winapi::file_begin)){ in truncate_file() 189 if(!winapi::set_file_pointer(hnd, size, 0, winapi::file_begin)){ in truncate_file() 202 inline bool set_file_pointer(file_handle_t hnd, offset_t off, file_pos_t pos) in set_file_pointer() function 203 { return winapi::set_file_pointer(hnd, off, 0, (unsigned long) pos); } in set_file_pointer() 206 { return winapi::set_file_pointer(hnd, 0, &off, winapi::file_current); } in get_file_pointer() 508 inline bool set_file_pointer(file_handle_t hnd, offset_t off, file_pos_t pos)
|
D | win32_api.hpp | 800 inline bool set_file_pointer(void *handle, __int64 distance, __int64 *new_file_pointer, unsigned lo… in set_file_pointer() function
|
/third_party/boost/boost/interprocess/sync/windows/ |
D | named_sync.hpp | 86 … if(winapi::set_file_pointer(m_file_hnd, sizeof(sync_id::internal_type), 0, winapi::file_begin)){ in close()
|