Lines Matching defs:cookie
38 void *cookie;
144 graph_cluster_stats_cb(bool dispatch, bool is_first, bool is_last, void *cookie,
147 FILE *f = cookie;
167 graph_cluster_stats_cb_rtc(bool is_first, bool is_last, void *cookie,
170 return graph_cluster_stats_cb(false, is_first, is_last, cookie, stat);
174 graph_cluster_stats_cb_dispatch(bool is_first, bool is_last, void *cookie,
177 return graph_cluster_stats_cb(true, is_first, is_last, cookie, stat);
212 stats->cookie = prm->cookie;
528 stat->cookie, &cluster->stat);