Searched refs:convert_text_html_alloc_options (Results 1 – 3 of 3) sorted by relevance
/external/clearsilver/cgi/ |
D | html.h | 35 NEOERR *convert_text_html_alloc_options (const char *src, int slen,
|
D | html.c | 531 return nerr_pass(convert_text_html_alloc_options(src, slen, out, NULL)); in convert_text_html_alloc() 534 NEOERR *convert_text_html_alloc_options (const char *src, int slen, in convert_text_html_alloc_options() function
|
/external/clearsilver/python/ |
D | neo_cgi.c | 437 err = convert_text_html_alloc_options (s, len, &esc, &opts); in p_text_html()
|