Home | History | Annotate | Download | only in libxml2

Lines Matching defs:rel

5091 	xmlSchemaSchemaRelationPtr rel = bucket->relations;
5099 if ((rel->bucket != NULL) &&
5100 ((rel->bucket->flags & XML_SCHEMA_BUCKET_MARKED) == 0)) {
5101 ret = xmlSchemaFindRedefCompInGraph(rel->bucket,
5106 rel = rel->next;
5107 } while (rel != NULL);
6424 xmlSchemaSchemaRelationPtr rel;
6426 rel
6428 if (WXS_IS_BUCKET_IMPMAIN(rel->type) &&
6429 xmlStrEqual(namespaceName, rel->importNamespace))
6431 rel = rel->next;
6432 } while (rel != NULL);
9865 xmlSchemaSchemaRelationFree(xmlSchemaSchemaRelationPtr rel)
9867 xmlFree(rel);
10222 xmlSchemaSchemaRelationPtr rel)
10227 bucket->relations = rel;
10232 cur->next = rel;
20806 xmlSchemaSchemaRelationPtr rel = bucket->relations;
20808 if ((rel->bucket != NULL) &&
20809 ((rel->bucket->flags & XML_SCHEMA_BUCKET_COMPS_ADDED) == 0)) {
20810 if (xmlSchemaAddComponents(pctxt, rel->bucket) == -1)
20813 rel = rel->next;
20814 } while (rel != NULL);