Home
last modified time | relevance | path

Searched refs:FILE_NOTIFY_INFORMATION (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc48 readChanges :: Ptr FILE_NOTIFY_INFORMATION -> IO [(Action, String)]
87 data FILE_NOTIFY_INFORMATION = FILE_NOTIFY_INFORMATION function
99 peekFNI :: Ptr FILE_NOTIFY_INFORMATION -> IO FILE_NOTIFY_INFORMATION
101 neof <- (#peek FILE_NOTIFY_INFORMATION, NextEntryOffset) buf
102 acti <- (#peek FILE_NOTIFY_INFORMATION, Action) buf
103 fnle <- (#peek FILE_NOTIFY_INFORMATION, FileNameLength) buf
105 (buf `plusPtr` (#offset FILE_NOTIFY_INFORMATION, FileName), -- start of array
107 return $ FILE_NOTIFY_INFORMATION neof acti fnam
110 readDirectoryChangesW :: Handle -> Ptr FILE_NOTIFY_INFORMATION -> DWORD -> BOOL -> FileNotification…
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc48 readChanges :: Ptr FILE_NOTIFY_INFORMATION -> IO [(Action, String)]
87 data FILE_NOTIFY_INFORMATION = FILE_NOTIFY_INFORMATION function
99 peekFNI :: Ptr FILE_NOTIFY_INFORMATION -> IO FILE_NOTIFY_INFORMATION
101 neof <- (#peek FILE_NOTIFY_INFORMATION, NextEntryOffset) buf
102 acti <- (#peek FILE_NOTIFY_INFORMATION, Action) buf
103 fnle <- (#peek FILE_NOTIFY_INFORMATION, FileNameLength) buf
105 (buf `plusPtr` (#offset FILE_NOTIFY_INFORMATION, FileName), -- start of array
107 return $ FILE_NOTIFY_INFORMATION neof acti fnam
110 readDirectoryChangesW :: Handle -> Ptr FILE_NOTIFY_INFORMATION -> DWORD -> BOOL -> FileNotification…
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc48 readChanges :: Ptr FILE_NOTIFY_INFORMATION -> IO [(Action, String)]
87 data FILE_NOTIFY_INFORMATION = FILE_NOTIFY_INFORMATION constructor
99 peekFNI :: Ptr FILE_NOTIFY_INFORMATION -> IO FILE_NOTIFY_INFORMATION
101 neof <- (#peek FILE_NOTIFY_INFORMATION, NextEntryOffset) buf
102 acti <- (#peek FILE_NOTIFY_INFORMATION, Action) buf
103 fnle <- (#peek FILE_NOTIFY_INFORMATION, FileNameLength) buf
105 (buf `plusPtr` (#offset FILE_NOTIFY_INFORMATION, FileName), -- start of array
107 return $ FILE_NOTIFY_INFORMATION neof acti fnam
110 readDirectoryChangesW :: Handle -> Ptr FILE_NOTIFY_INFORMATION -> DWORD -> BOOL -> FileNotification…
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc48 readChanges :: Ptr FILE_NOTIFY_INFORMATION -> IO [(Action, String)]
87 data FILE_NOTIFY_INFORMATION = FILE_NOTIFY_INFORMATION type
99 peekFNI :: Ptr FILE_NOTIFY_INFORMATION -> IO FILE_NOTIFY_INFORMATION
101 neof <- (#peek FILE_NOTIFY_INFORMATION, NextEntryOffset) buf
102 acti <- (#peek FILE_NOTIFY_INFORMATION, Action) buf
103 fnle <- (#peek FILE_NOTIFY_INFORMATION, FileNameLength) buf
105 (buf `plusPtr` (#offset FILE_NOTIFY_INFORMATION, FileName), -- start of array
107 return $ FILE_NOTIFY_INFORMATION neof acti fnam
110 readDirectoryChangesW :: Handle -> Ptr FILE_NOTIFY_INFORMATION -> DWORD -> BOOL -> FileNotification…
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc48 readChanges :: Ptr FILE_NOTIFY_INFORMATION -> IO [(Action, String)]
87 data FILE_NOTIFY_INFORMATION = FILE_NOTIFY_INFORMATION type
99 peekFNI :: Ptr FILE_NOTIFY_INFORMATION -> IO FILE_NOTIFY_INFORMATION
101 neof <- (#peek FILE_NOTIFY_INFORMATION, NextEntryOffset) buf
102 acti <- (#peek FILE_NOTIFY_INFORMATION, Action) buf
103 fnle <- (#peek FILE_NOTIFY_INFORMATION, FileNameLength) buf
105 (buf `plusPtr` (#offset FILE_NOTIFY_INFORMATION, FileName), -- start of array
107 return $ FILE_NOTIFY_INFORMATION neof acti fnam
110 readDirectoryChangesW :: Handle -> Ptr FILE_NOTIFY_INFORMATION -> DWORD -> BOOL -> FileNotification…
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/filewatch/
H A Dwindows_watch.c245 static void handle_event(SgFileWatchContext *ctx, FILE_NOTIFY_INFORMATION *fn, in handle_event()
301 fn = (FILE_NOTIFY_INFORMATION *)(((char *)fn) + fn->NextEntryOffset); in handle_event()
314 FILE_NOTIFY_INFORMATION **buf = in Sg_StartMonitoring()
315 SG_NEW_ATOMIC2(FILE_NOTIFY_INFORMATION **, in Sg_StartMonitoring()
316 n * sizeof(FILE_NOTIFY_INFORMATION *)); in Sg_StartMonitoring()
336 buf[i] = SG_NEW_ATOMIC2(FILE_NOTIFY_INFORMATION *, OL_BUFFER_SIZE); in Sg_StartMonitoring()
363 FILE_NOTIFY_INFORMATION *fn = (FILE_NOTIFY_INFORMATION *)buf[w]; in Sg_StartMonitoring()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dfolderwatcher_win.cpp68 FILE_NOTIFY_INFORMATION *pFileNotifyBuffer = in watchChanges()
69 reinterpret_cast<FILE_NOTIFY_INFORMATION *>(fileNotifyBuffer.data()); in watchChanges()
122 FILE_NOTIFY_INFORMATION *curEntry = pFileNotifyBuffer; in watchChanges()
167 …curEntry = reinterpret_cast<FILE_NOTIFY_INFORMATION *>(reinterpret_cast<char*>(curEntry) + curEntr… in watchChanges()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dfolderwatcher_win.cpp66 FILE_NOTIFY_INFORMATION *pFileNotifyBuffer = in watchChanges()
67 reinterpret_cast<FILE_NOTIFY_INFORMATION *>(fileNotifyBuffer.data()); in watchChanges()
120 FILE_NOTIFY_INFORMATION *curEntry = pFileNotifyBuffer; in watchChanges()
163 …curEntry = reinterpret_cast<FILE_NOTIFY_INFORMATION *>(reinterpret_cast<char*>(curEntry) + curEntr… in watchChanges()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/private/
H A Dfswatcher.h303 wxEventProcessingData(const FILE_NOTIFY_INFORMATION* ne, in wxEventProcessingData()
308 const FILE_NOTIFY_INFORMATION* nativeEvent;
326 const FILE_NOTIFY_INFORMATION& e);
329 const FILE_NOTIFY_INFORMATION& e);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/private/
H A Dfswatcher.h303 wxEventProcessingData(const FILE_NOTIFY_INFORMATION* ne, in wxEventProcessingData()
308 const FILE_NOTIFY_INFORMATION* nativeEvent;
326 const FILE_NOTIFY_INFORMATION& e);
329 const FILE_NOTIFY_INFORMATION& e);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/private/
H A Dfswatcher.h303 wxEventProcessingData(const FILE_NOTIFY_INFORMATION* ne, in wxEventProcessingData()
308 const FILE_NOTIFY_INFORMATION* nativeEvent;
326 const FILE_NOTIFY_INFORMATION& e);
329 const FILE_NOTIFY_INFORMATION& e);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dfswatcher.cpp295 const FILE_NOTIFY_INFORMATION* e = in ReadEvents()
296 static_cast<const FILE_NOTIFY_INFORMATION*>((const void*)memory); in ReadEvents()
319 const FILE_NOTIFY_INFORMATION& e = *(it->nativeEvent); in ProcessNativeEvents()
404 const FILE_NOTIFY_INFORMATION& e) in FileNotifyInformationToString()
413 const FILE_NOTIFY_INFORMATION& e) in GetEventPath()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dfswatcher.cpp292 const FILE_NOTIFY_INFORMATION* e = in ReadEvents()
293 static_cast<const FILE_NOTIFY_INFORMATION*>((const void*)memory); in ReadEvents()
316 const FILE_NOTIFY_INFORMATION& e = *(it->nativeEvent); in ProcessNativeEvents()
403 const FILE_NOTIFY_INFORMATION& e) in FileNotifyInformationToString()
412 const FILE_NOTIFY_INFORMATION& e) in GetEventPath()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dfswatcher.cpp295 const FILE_NOTIFY_INFORMATION* e = in ReadEvents()
296 static_cast<const FILE_NOTIFY_INFORMATION*>((const void*)memory); in ReadEvents()
319 const FILE_NOTIFY_INFORMATION& e = *(it->nativeEvent); in ProcessNativeEvents()
404 const FILE_NOTIFY_INFORMATION& e) in FileNotifyInformationToString()
413 const FILE_NOTIFY_INFORMATION& e) in GetEventPath()
/dports/sysutils/fswatch-mon/fswatch-1.13.0/libfswatch/src/libfswatch/c++/windows/
H A Dwin_directory_change_event.cpp71 buffer_size{sizeof (FILE_NOTIFY_INFORMATION) * buffer_length},
136FILE_NOTIFY_INFORMATION * currEntry = reinterpret_cast<FILE_NOTIFY_INFORMATION *> (curr_entry); in get_events()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows()
194 for (FILE_NOTIFY_INFORMATION *I = in WatcherThreadProc()
195 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows()
194 for (FILE_NOTIFY_INFORMATION *I = in WatcherThreadProc()
195 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dwatchdir-win32.c147 char* buffer = tr_malloc(sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
149 size_t const header_size = offsetof(FILE_NOTIFY_INFORMATION, FileName); in tr_watchdir_win32_on_event()
176 buffer = tr_realloc(buffer, sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
301 bufferevent_setwatermark(backend->event, EV_READ, sizeof(FILE_NOTIFY_INFORMATION), 0); in tr_watchdir_win32_new()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows()
194 for (FILE_NOTIFY_INFORMATION *I = in WatcherThreadProc()
195 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dwatchdir-win32.c147 char* buffer = tr_malloc(sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
149 size_t const header_size = offsetof(FILE_NOTIFY_INFORMATION, FileName); in tr_watchdir_win32_on_event()
176 buffer = tr_realloc(buffer, sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
301 bufferevent_setwatermark(backend->event, EV_READ, sizeof(FILE_NOTIFY_INFORMATION), 0); in tr_watchdir_win32_new()
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dwatchdir-win32.c147 char* buffer = tr_malloc(sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
149 size_t const header_size = offsetof(FILE_NOTIFY_INFORMATION, FileName); in tr_watchdir_win32_on_event()
176 buffer = tr_realloc(buffer, sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
301 bufferevent_setwatermark(backend->event, EV_READ, sizeof(FILE_NOTIFY_INFORMATION), 0); in tr_watchdir_win32_new()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dwatchdir-win32.c147 char* buffer = tr_malloc(sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
149 size_t const header_size = offsetof(FILE_NOTIFY_INFORMATION, FileName); in tr_watchdir_win32_on_event()
176 buffer = tr_realloc(buffer, sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
301 bufferevent_setwatermark(backend->event, EV_READ, sizeof(FILE_NOTIFY_INFORMATION), 0); in tr_watchdir_win32_new()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dwatchdir-win32.c147 char* buffer = tr_malloc(sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
149 size_t const header_size = offsetof(FILE_NOTIFY_INFORMATION, FileName); in tr_watchdir_win32_on_event()
176 buffer = tr_realloc(buffer, sizeof(FILE_NOTIFY_INFORMATION) + name_size); in tr_watchdir_win32_on_event()
301 bufferevent_setwatermark(backend->event, EV_READ, sizeof(FILE_NOTIFY_INFORMATION), 0); in tr_watchdir_win32_new()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows()
194 for (FILE_NOTIFY_INFORMATION *I = in WatcherThreadProc()
195 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows()
194 for (FILE_NOTIFY_INFORMATION *I = in WatcherThreadProc()
195 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()

12345678910>>...12