OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaTypeIdDef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
181
static xmlSchemaTypePtr
xmlSchemaTypeIdDef
= NULL;
582
xmlSchemaTypeIdDef
= xmlSchemaInitBasicType("ID", XML_SCHEMAS_ID,
787
return (
xmlSchemaTypeIdDef
);
[
all
...]
/external/libxml2/
xmlschemastypes.c
181
static xmlSchemaTypePtr
xmlSchemaTypeIdDef
= NULL;
582
xmlSchemaTypeIdDef
= xmlSchemaInitBasicType("ID", XML_SCHEMAS_ID,
787
return (
xmlSchemaTypeIdDef
);
[
all
...]
Completed in 40 milliseconds