HomeSort by relevance Sort by last modified time
    Searched refs:CSOUTFUNC (Results 1 - 3 of 3) sorted by null

  /external/clearsilver/cs/
cs.h 172 /* CSOUTFUNC is a callback function for where cs_render will render the
176 typedef NEOERR* (*CSOUTFUNC)(void *, char *);
289 CSOUTFUNC output_cb;
361 * CSOUTFUNC passed to it for output. Note that calling
370 * the CSOUTFUNC.
371 * cb - a CSOUTFUNC called to render the output. A CSOUTFUNC is
373 * typedef NEOERR* (*CSOUTFUNC)(void *, char *);
379 NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
385 * This function also uses the CSOUTFUNC callback t
    [all...]
csparse.c     [all...]
  /external/clearsilver/csharp/
CS.cs 111 // NEOERR *cs_render (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
112 // typedef NEOERR* (*CSOUTFUNC)(void *ctx, char *more_str_bytes);
118 CSOUTFUNC cb);
120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes);
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput));

Completed in 234 milliseconds