OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaTypesInitialized
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
133
static int
xmlSchemaTypesInitialized
= 0;
389
if (
xmlSchemaTypesInitialized
!= 0)
610
xmlSchemaTypesInitialized
= 1;
620
if (
xmlSchemaTypesInitialized
== 0)
641
xmlSchemaTypesInitialized
= 0;
736
if (
xmlSchemaTypesInitialized
== 0)
[
all
...]
/external/libxml2/
xmlschemastypes.c
133
static int
xmlSchemaTypesInitialized
= 0;
389
if (
xmlSchemaTypesInitialized
!= 0)
610
xmlSchemaTypesInitialized
= 1;
620
if (
xmlSchemaTypesInitialized
== 0)
641
xmlSchemaTypesInitialized
= 0;
736
if (
xmlSchemaTypesInitialized
== 0)
[
all
...]
Completed in 88 milliseconds