• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:attrDecl

169 #define WXS_ATTRUSE_DECL(au) WXS_ATTR_CAST (WXS_ATTR_USE_CAST (au))->attrDecl
524 xmlSchemaAttributePtr attrDecl;
4105 if (schema->attrDecl != NULL)
4106 xmlHashFree(schema->attrDecl, NULL);
4817 WXS_FIND_GLOBAL_ITEM(attrDecl)
7235 xmlSchemaAttributePtr attrDecl;
7286 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0);
7287 if (attrDecl == NULL)
7290 attrDecl->typeName = tmpName;
7291 attrDecl->typeNs = tmpNs;
7293 use->attrDecl = attrDecl;
7298 attrDecl->defValue = defValue;
7300 attrDecl->flags |= XML_SCHEMAS_ATTR_FIXED;
7327 use->attrDecl = WXS_ATTR_CAST ref;
13939 } else if ((attruse->attrDecl != NULL) &&
13940 (attruse->attrDecl->defValue != NULL)) {
13941 *value = attruse->attrDecl->defValue;
13943 *val = attruse->attrDecl->defVal;
13944 if (attruse->attrDecl->flags & XML_SCHEMAS_ATTR_FIXED)
20061 if ((ause->attrDecl == NULL) ||
20062 (ause->attrDecl->type != XML_SCHEMA_EXTRA_QNAMEREF))
20066 xmlSchemaQNameRefPtr ref = WXS_QNAME_CAST ause->attrDecl;
20072 ause->attrDecl = xmlSchemaGetAttributeDecl(ctxt->schema,
20074 if (ause->attrDecl == NULL) {
20643 WXS_GET_GLOBAL_HASH(bucket, attrDecl)
25075 xmlSchemaAttributePtr attrDecl = NULL;
25112 attrDecl = WXS_ATTRUSE_DECL(attrUse);
25121 if (iattr->localName[0] != attrDecl->name[0])
25123 if (!xmlStrEqual(iattr->localName, attrDecl->name))
25125 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace))
25149 iattr->decl = attrDecl;
25150 iattr->typeDef = attrDecl->subtypes;
25176 tmpiattr->decl = attrDecl;
25179 (attrDecl->defValue != NULL))) {
25192 tmpiattr->decl = attrDecl;
25193 tmpiattr->typeDef = attrDecl->subtypes;
25194 tmpiattr->localName = attrDecl->name;
25195 tmpiattr->nsName = attrDecl->targetNamespace;
25580 attrDecl->defVal,