Home
last modified time | relevance | path

Searched refs:vctx (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c59 xmlSchemaValidCtxtPtr vctx; in xml_validate() local
86 vctx = xmlSchemaNewValidCtxt(schema); in xml_validate()
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()
91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate()
92 xmlSchemaFreeValidCtxt(vctx); in xml_validate()
120 xmlValidCtxt vctx; in xml_validate_dtd() local
146 os_memset(&vctx, 0, sizeof(vctx)); in xml_validate_dtd()
147 vctx.userData = &errors; in xml_validate_dtd()
148 vctx.error = add_str; in xml_validate_dtd()
149 vctx.warning = add_str; in xml_validate_dtd()
[all …]