OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlValidCtxt
(Results
1 - 6
of
6
) sorted by null
/external/libxml2/include/libxml/
valid.h
77
*
xmlValidCtxt
:
78
* An
xmlValidCtxt
is used for error reporting when validating.
80
typedef struct _xmlValidCtxt
xmlValidCtxt
;
81
typedef
xmlValidCtxt
*xmlValidCtxtPtr;
parser.h
221
xmlValidCtxt
vctxt; /* The validity context */
[
all
...]
/external/wpa_supplicant_8/src/utils/
xml_libxml2.c
120
xmlValidCtxt
vctx;
/external/libxml2/
valid.c
883
if ((ret = xmlMalloc(sizeof (
xmlValidCtxt
))) == NULL) {
888
(void) memset(ret, 0, sizeof (
xmlValidCtxt
));
[
all
...]
debugXML.c
[
all
...]
relaxng.c
[
all
...]
Completed in 405 milliseconds