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

/system/core/toolbox/grep/
H A Dqueue.c49 struct qentry { struct
50 STAILQ_ENTRY(qentry) list;
54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
57 static struct qentry *dequeue(void);
62 struct qentry *item;
64 item = grep_malloc(sizeof(struct qentry));
81 static struct qentry *
84 struct qentry *item;
98 struct qentry *item;
110 struct qentry *ite
[all...]

Completed in 190 milliseconds