Lines Matching refs:cb
3530 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb)
3538 parse->output_cb = cb;
4238 CSOUTFUNC cb, char *buf, int blen)
4245 err = cb (ctx, buf);
4263 err = cb (ctx, buf);
4276 err = cb (ctx, buf);
4293 err = cb (ctx, buf);
4299 err = cb (ctx, "\n");
4304 err = cb (ctx, buf);
4306 err = dump_node (parse, node->case_0, depth+1, ctx, cb, buf, blen);
4312 err = cb (ctx, buf);
4314 err = dump_node (parse, node->case_1, depth+1, ctx, cb, buf, blen);
4322 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb)
4331 return nerr_pass (dump_node (parse, node, 0, ctx, cb, buf, sizeof(buf)));