OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlStructuredError
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/dom/
XMLTokenizerScope.cpp
37
, m_oldStructuredErrorFunc(
xmlStructuredError
)
48
, m_oldStructuredErrorFunc(
xmlStructuredError
)
/external/libxml2/include/libxml/
globals.h
77
#undef
xmlStructuredError
132
xmlStructuredErrorFunc
xmlStructuredError
;
343
#define
xmlStructuredError
\
346
XMLPUBVAR xmlStructuredErrorFunc
xmlStructuredError
;
/external/libxml2/
globals.c
149
#undef
xmlStructuredError
304
*
xmlStructuredError
:
308
xmlStructuredErrorFunc
xmlStructuredError
= NULL;
546
gs->
xmlStructuredError
= xmlStructuredErrorThrDef;
861
#undef
xmlStructuredError
865
return (&
xmlStructuredError
);
867
return (&xmlGetGlobalState()->
xmlStructuredError
);
error.c
136
xmlStructuredError
= handler;
469
schannel =
xmlStructuredError
;
596
if ((ctxt != NULL) && (channel == NULL) && (
xmlStructuredError
== NULL) && (ctxt->sax != NULL)) {
603
if (
xmlStructuredError
!= NULL)
604
schannel =
xmlStructuredError
;
Completed in 138 milliseconds