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

/external/libxml2/
H A Dxmllint.c153 static xmlSchemaPtr wxschemas = NULL; variable
1665 if (wxschemas != NULL) {
1669 vctxt = xmlSchemaNewValidCtxt(wxschemas);
2899 } else if (wxschemas != NULL) {
2907 ctxt = xmlSchemaNewValidCtxt(wxschemas);
3635 wxschemas = xmlSchemaParse(ctxt);
3636 if (wxschemas == NULL) {
3796 if (wxschemas != NULL)
3797 xmlSchemaFree(wxschemas);

Completed in 127 milliseconds