HomeSort by relevance Sort by last modified time
    Searched refs:last_info (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gpollfilemonitor.c 40 GFileInfo *last_info; member in struct:_GPollFileMonitor
129 event = calc_event_type (poll_monitor->last_info, info);
143 if (poll_monitor->last_info)
145 g_object_unref (poll_monitor->last_info);
146 poll_monitor->last_info = NULL;
150 poll_monitor->last_info = g_object_ref (info);
190 poll_monitor->last_info = info;
  /external/mksh/src/
edit.c 414 struct path_order_info *info, *last_info = NULL; local
423 if (!last_info || info[i].base != last_info->base ||
424 strncmp(words[i], last_info->word, info[i].base) != 0) {
425 last_info = &info[i];
    [all...]

Completed in 107 milliseconds