OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlInputCallbackInitialized
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlIO.c
120
static int
xmlInputCallbackInitialized
= 0;
514
if (!
xmlInputCallbackInitialized
)
525
xmlInputCallbackInitialized
= 0;
539
if (!
xmlInputCallbackInitialized
)
[
all
...]
/external/libxml2/
xmlIO.c
123
static int
xmlInputCallbackInitialized
= 0;
517
if (!
xmlInputCallbackInitialized
)
528
xmlInputCallbackInitialized
= 0;
542
if (!
xmlInputCallbackInitialized
)
[
all
...]
Completed in 451 milliseconds