Searched refs:areBlanks (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 2505 * areBlanks: 2516 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, function 3693 if (areBlanks(ctxt, tmp, nbchar, 1)) { 3746 if (areBlanks(ctxt, tmp, nbchar, 0)) { 3832 if (areBlanks(ctxt, buf, nbchar, 0)) { 3861 if (areBlanks(ctxt, buf, nbchar, 0)) {
|
H A D | HTMLparser.c | 2041 * areBlanks: 2051 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { function 2787 if (areBlanks(ctxt, buf, nbchar)) { 2814 if (areBlanks(ctxt, buf, nbchar)) {
|
Completed in 271 milliseconds