Home
last modified time | relevance | path

Searched refs:NextEntryOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c71 if (pfni->NextEntryOffset != 0) in g_win32_fs_monitor_handle_event()
79 pfni_next = (PFILE_NOTIFY_INFORMATION) ((BYTE*)pfni + pfni->NextEntryOffset); in g_win32_fs_monitor_handle_event()
228 offset += pfile_notify_walker->NextEntryOffset; in g_win32_fs_monitor_callback()
230 while (pfile_notify_walker->NextEntryOffset); in g_win32_fs_monitor_callback()
/third_party/libuv/src/win/
Dfs-event.c567 offset = file_info->NextEntryOffset; in uv__process_fs_event_req()
Dwinapi.h4231 ULONG NextEntryOffset; member
4245 ULONG NextEntryOffset; member
Dfs.c1437 next_entry_offset = info->NextEntryOffset; in fs__scandir()