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

  /external/clearsilver/cs/
cstest.c 97 err = cs_register_strfunc(parse, "test_strfunc", test_strfunc);
cs.h 434 * Function: cs_register_strfunc - register a string handling function
435 * Description: cs_register_strfunc will register a string function that
458 NEOERR *cs_register_strfunc(CSPARSE *parse, char *funcname, CSSTRFUNC str_func);
461 * Function: cs_register_esc_strfunc - cs_register_strfunc with escaping context
462 * Description: cs_register_esc_strfunc functions exactly as cs_register_strfunc
csparse.c 4014 NEOERR *cs_register_strfunc(CSPARSE *parse, char *funcname, CSSTRFUNC str_func) function
    [all...]
  /external/clearsilver/cgi/
cgi.c     [all...]

Completed in 34 milliseconds