Home | History | Annotate | Download | only in microhttpd

Lines Matching full:node_t

7  * The node_t structure is for internal use only, lint doesn't grok it.
28 node_t *q;
29 node_t **rootp = (node_t **)vrootp;
45 q = malloc(sizeof(node_t)); /* T5: key not found */
62 node_t **rootp = (node_t **)vrootp;
90 node_t **rootp = (node_t **)vrootp;
91 node_t *p, *q, *r;