Home
last modified time | relevance | path

Searched refs:ik_event_t (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/inotify/
Dinotify-kernel.c60 static ik_event_t *
64 ik_event_t *event = g_new0 (ik_event_t, 1); in ik_event_new()
80 _ik_event_free (ik_event_t *event) in _ik_event_free()
109 ik_event_t *head; in ik_source_get_dispatch_time()
223 gboolean (*user_callback) (ik_event_t *event) = (void *) func; in ik_source_dispatch()
260 ik_event_t *event; in ik_source_dispatch()
268 ik_event_t *pair; in ik_source_dispatch()
317 ik_event_t *event; in ik_source_dispatch()
371 ik_source_new (gboolean (* callback) (ik_event_t *event)) in ik_source_new()
410 _ik_startup (gboolean (*cb)(ik_event_t *event)) in _ik_startup()
Dinotify-kernel.h40 } ik_event_t; typedef
42 gboolean _ik_startup (gboolean (*cb) (ik_event_t *event));
44 ik_event_t *_ik_event_new_dummy (const char *name,
47 void _ik_event_free (ik_event_t *event);
Dinotify-helper.c41 static gboolean ih_event_callback (ik_event_t *event,
137 _ih_fullpath_from_event (ik_event_t *event, in _ih_fullpath_from_event()
154 ih_event_callback (ik_event_t *event, in ih_event_callback()
Dinotify-path.c102 static gboolean ip_event_callback (ik_event_t *event);
105 static gboolean (*event_callback)(ik_event_t *event, inotify_sub *sub, gboolean file_event);
108 _ip_startup (gboolean (*cb)(ik_event_t *event, inotify_sub *sub, gboolean file_event)) in _ip_startup()
441 ik_event_t *event) in ip_event_dispatch()
529 ip_event_callback (ik_event_t *event) in ip_event_callback()
Dinotify-path.h27 gboolean _ip_startup (gboolean (*event_cb)(ik_event_t *event, inotify_sub *sub, gboolean file_e…