Searched defs:importNamespace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c386 const xmlChar *importNamespace; member in struct:_xmlSchemaSchemaRelation
6410 xmlStrEqual(namespaceName, rel->importNamespace))
10271 const xmlChar *importNamespace,
10332 relation->importNamespace = importNamespace;
10341 targetNamespace = importNamespace;
10408 importNamespace, 1);
10432 schemaLocation, importNamespace, bkt->schemaLocation);
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
/external/libxml2/
H A Dxmlschemas.c386 const xmlChar *importNamespace; member in struct:_xmlSchemaSchemaRelation
6429 xmlStrEqual(namespaceName, rel->importNamespace))
10290 const xmlChar *importNamespace,
10351 relation->importNamespace = importNamespace;
10360 targetNamespace = importNamespace;
10427 importNamespace, 1);
10451 schemaLocation, importNamespace, bkt->schemaLocation);
10282 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument

Completed in 196 milliseconds