Searched refs:wxschemas (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c152 static xmlSchemaPtr wxschemas = NULL; variable
1658 if (wxschemas != NULL) {
1662 vctxt = xmlSchemaNewValidCtxt(wxschemas);
2857 } else if (wxschemas != NULL) {
2865 ctxt = xmlSchemaNewValidCtxt(wxschemas);
3553 wxschemas = xmlSchemaParse(ctxt);
3554 if (wxschemas == NULL) {
3709 if (wxschemas != NULL)
3710 xmlSchemaFree(wxschemas);
/external/libxml2/
H A Dxmllint.c153 static xmlSchemaPtr wxschemas = NULL; variable
1664 if (wxschemas != NULL) {
1668 vctxt = xmlSchemaNewValidCtxt(wxschemas);
2873 } else if (wxschemas != NULL) {
2881 ctxt = xmlSchemaNewValidCtxt(wxschemas);
3602 wxschemas = xmlSchemaParse(ctxt);
3603 if (wxschemas == NULL) {
3763 if (wxschemas != NULL)
3764 xmlSchemaFree(wxschemas);

Completed in 2461 milliseconds