Searched refs:FSEventHook (Results 1 – 2 of 2) sorted by relevance
45 typedef struct FSEventHook struct47 struct FSEventHook *next; argument52 FSEventHook; argument70 void FS_RegisterEventHook(const char *arc, FSEventHook *hook, FSEventFunction callback, void *userd…81 void FS_UnregisterEventHook(FSEventHook *hook);
33 FSEventHook *chain;86 FSEventHook **pp = &context->chain; in FSi_SystemEvents()89 FSEventHook *hook = *pp; in FSi_SystemEvents()114 void FS_RegisterEventHook(const char *arcname, FSEventHook *hook, FSEventFunction callback, void *u… in FS_RegisterEventHook()144 void FS_UnregisterEventHook(FSEventHook *hook) in FS_UnregisterEventHook()148 FSEventHook **pp; in FS_UnregisterEventHook()