Home
last modified time | relevance | path

Searched refs:CSOUTFUNC (Results 1 – 10 of 10) sorted by relevance

/dports/www/p5-ClearSilver/clearsilver-0.10.5/cs/
H A Dcs.h176 typedef NEOERR* (*CSOUTFUNC)(void *, char *); typedef
289 CSOUTFUNC output_cb;
379 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
394 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
H A Dcsparse.c3530 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_render()
4238 CSOUTFUNC cb, char *buf, int blen) in dump_node()
4322 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_dump()
/dports/www/clearsilver/clearsilver-0.10.5/cs/
H A Dcs.h176 typedef NEOERR* (*CSOUTFUNC)(void *, char *); typedef
289 CSOUTFUNC output_cb;
379 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
394 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
H A Dcsparse.c3530 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_render()
4238 CSOUTFUNC cb, char *buf, int blen) in dump_node()
4322 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_dump()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/cs/
H A Dcs.h176 typedef NEOERR* (*CSOUTFUNC)(void *, char *); typedef
289 CSOUTFUNC output_cb;
379 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
394 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
H A Dcsparse.c3530 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_render()
4238 CSOUTFUNC cb, char *buf, int blen) in dump_node()
4322 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_dump()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/csharp/
H A DCS.cs118 CSOUTFUNC cb); in cs_render()
120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() method in Clearsilver.CSTContext
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/www/clearsilver/clearsilver-0.10.5/csharp/
H A DCS.cs118 CSOUTFUNC cb); in cs_render()
120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() method in Clearsilver.CSTContext
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/csharp/
H A DCS.cs118 CSOUTFUNC cb); in cs_render()
120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() method in Clearsilver.CSTContext
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput)); in render()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/ClearSilver/
H A Dcsparse.c3408 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_render()
4068 CSOUTFUNC cb, char *buf, int blen) in dump_node()
4152 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb) in cs_dump()