Home
last modified time | relevance | path

Searched refs:dep_list (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/kqueue/
Ddep-list.c43 dl_print (const dep_list *dl) in dl_print()
61 dep_list* dl_create (char *path, ino_t inode) in dl_create()
63 dep_list *dl = calloc (1, sizeof (dep_list)); in dl_create()
84 dep_list*
85 dl_shallow_copy (const dep_list *dl) in dl_shallow_copy()
87 dep_list *head; in dl_shallow_copy()
88 dep_list *cp; in dl_shallow_copy()
89 const dep_list *it; in dl_shallow_copy()
95 head = calloc (1, sizeof (dep_list)); in dl_shallow_copy()
108 cp->next = calloc (1, sizeof (dep_list)); in dl_shallow_copy()
[all …]
Ddep-list.h28 typedef struct dep_list { struct
29 struct dep_list *next; argument
33 } dep_list; typedef
40 typedef void (* list_cb) (void *udata, const dep_list *list);
54 dep_list* dl_create (char *path, ino_t inode);
55 void dl_print (const dep_list *dl);
56 dep_list* dl_shallow_copy (const dep_list *dl);
57 void dl_shallow_free (dep_list *dl);
58 void dl_free (dep_list *dl);
59 dep_list* dl_listing (const char *path);
[all …]
Dkqueue-helper.h50 dep_list* deps;
Dkqueue-helper.c182 dep_list *was; in _kh_dir_diff()
/third_party/node/tools/gyp/tools/
Dpretty_sln.py116 for (project, dep_list) in sorted(deps.items()):
119 if dep_list:
120 for dep in dep_list:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_sln.py110 for (project, dep_list) in sorted(deps.items()):
113 if dep_list:
114 for dep in dep_list: