• Home
  • Raw
  • Download

Lines Matching refs:sub

49 static void default_emit_once_event_cb (fdata *f, int events, gpointer sub);
53 scan_children_init (node_t *f, gpointer sub) in scan_children_init() argument
98 gam_subscription_is_dir (sub), GAMIN_EVENT_EXISTS, sub, 1); in scan_children_init()
116 fen_add (const gchar *filename, gpointer sub, gboolean is_mondir) in fen_add() argument
123 g_assert (sub); in fen_add()
127 FH_W ("[ %s ] f[0x%p] sub[0x%p] %s\n", __func__, f, sub, filename); in fen_add()
143 scan_children_init (f, sub); in fen_add()
145 fdata_sub_add (data, sub); in fen_add()
147 fdata_sub_add (data, sub); in fen_add()
154 gam_subscription_is_dir (sub), GAMIN_EVENT_EXISTS, sub, 1); in fen_add()
156 scan_children_init (f, sub); in fen_add()
159 gam_subscription_is_dir (sub), GAMIN_EVENT_ENDEXISTS, sub, 1); in fen_add()
160 fdata_sub_add (data, sub); in fen_add()
162 fdata_sub_add (data, sub); in fen_add()
164 gam_subscription_is_dir (sub), GAMIN_EVENT_DELETED, sub, 1); in fen_add()
167 gam_subscription_is_dir (sub), GAMIN_EVENT_ENDEXISTS, sub, 1); in fen_add()
174 fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir) in fen_remove() argument
181 g_assert (sub); in fen_remove()
185 FH_W ("[ %s ] f[0x%p] sub[0x%p] %s\n", __func__, f, sub, filename); in fen_remove()
194 fdata_sub_remove (data, sub); in fen_remove()
235 default_emit_once_event_cb (fdata *f, int events, gpointer sub) in default_emit_once_event_cb() argument
239 fen_sub* _sub = (fen_sub*)sub; in default_emit_once_event_cb()
246 gam_subscription_is_dir (sub), events, sub, 1); in default_emit_once_event_cb()
260 fen_sub* sub = (fen_sub*)i->data; in default_emit_event_cb() local
261 gboolean file_is_dir = sub->is_mondir; in default_emit_event_cb()
265 g_file_monitor_emit_event (G_FILE_MONITOR (sub->user_data), in default_emit_event_cb()
271 fen_sub* sub = (fen_sub*)i->data; in default_emit_event_cb() local
272 gboolean file_is_dir = sub->is_mondir; in default_emit_event_cb()
273 g_file_monitor_emit_event (G_FILE_MONITOR (sub->user_data), in default_emit_event_cb()