Searched refs:xmlCRNGErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | rngparser.c | 159 { xmlCRNGErr(ctxt, X, NULL); return(0); } 161 { xmlCRNGErr(ctxt, X, NULL); } 164 { xmlCRNGErr(ctxt, CRNG_MEMORY_ERROR, NULL); return(0); } 166 { xmlCRNGErr(ctxt, CRNG_MEMORY_ERROR, NULL); } 168 #define ERROR(str) xmlCRNGErr(ctxt, 0, str); 171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) { in xmlCRNGErr() function
|