#include "../../str.h"


Go to the source code of this file.
Functions | |
| int | encodeCPL (str *xml, str *bin, str *log) |
| int | init_CPL_parser (char *DTD_filename) |
Definition at line 1478 of file cpl_parser.c.
References append_log(), BAD_CPL, BAD_CPL_LEN, BAD_XML, BAD_XML_LEN, buf, compile_logs(), cvp, delete_list(), dtd, ENC_ERR, ENC_ERR_LEN, encode_node(), ENCONDING_BUFFER_SIZE, ERR, ERR_LEN, _str::len, LF, LF_LEN, LM_ERR, NULL_CPL, NULL_CPL_LEN, reset_logs(), and _str::s.
Referenced by do_script_action(), and mi_cpl_load().
| int init_CPL_parser | ( | char * | DTD_filename | ) |
Definition at line 1537 of file cpl_parser.c.
References cvp, dtd, LM_ERR, and NULL.
Referenced by cpl_init().
1.5.6