Searched refs:_nc_list_new (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dtable.h53 extern list_t *_nc_list_new(void *d);
H A Dnotifyd.c244 _nc_table_insert_n(pid_table, (uint32_t)c->pid, _nc_list_new(c));
248 _nc_list_concat(l, _nc_list_new(c));
H A Dnotify_proc.c102 if (c->pid == pid) x = _nc_list_prepend(x, _nc_list_new(c));
132 if (c->port == port) x = _nc_list_prepend(x, _nc_list_new(c));
/macosx-10.10/Libnotify-133.1.1/
H A Dtable.h55 extern list_t *_nc_list_new(void *d);
H A Dlibnotify.c904 if (c->pid == pid) x = _nc_list_prepend(x, _nc_list_new(c));
942 if (c->port == port) x = _nc_list_prepend(x, _nc_list_new(c));
1188 n->subscriptions = _nc_list_prepend(n->subscriptions, _nc_list_new(c));
H A Dtable.c443 _nc_list_new(void *d) function

Completed in 135 milliseconds