OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlStructuredErrorContext
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
globals.h
83
#undef
xmlStructuredErrorContext
167
void *
xmlStructuredErrorContext
;
368
#define
xmlStructuredErrorContext
\
371
XMLPUBVAR void *
xmlStructuredErrorContext
;
/external/libxml2/
globals.c
164
#undef
xmlStructuredErrorContext
332
*
xmlStructuredErrorContext
:
336
void *
xmlStructuredErrorContext
= NULL;
569
gs->
xmlStructuredErrorContext
= xmlStructuredErrorContextThrDef;
901
#undef
xmlStructuredErrorContext
905
return (&
xmlStructuredErrorContext
);
907
return (&xmlGetGlobalState()->
xmlStructuredErrorContext
);
Completed in 4693 milliseconds