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
1662 if (wxschemas != NULL) {
1666 vctxt = xmlSchemaNewValidCtxt(wxschemas);
2871 } else if (wxschemas != NULL) {
2879 ctxt = xmlSchemaNewValidCtxt(wxschemas);
3593 wxschemas = xmlSchemaParse(ctxt);
3594 if (wxschemas == NULL) {
3754 if (wxschemas != NULL)
3755 xmlSchemaFree(wxschemas);

Completed in 135 milliseconds