Searched refs:elementType (Results 1 – 6 of 6) sorted by relevance
339 const struct ng_parse_type *elementType; member365 const struct ng_parse_type *elementType; member
342 const struct ng_parse_type *elementType; member368 const struct ng_parse_type *elementType; member
266 return ALIGNMENT(fi->elementType); in ng_fixedarray_getAlign()313 return ALIGNMENT(ai->elementType); in ng_array_getAlign()1415 etype = ai->elementType; in ng_get_composite_etype()1422 etype = fi->elementType; in ng_get_composite_etype()
268 return ALIGNMENT(fi->elementType); in ng_fixedarray_getAlign()315 return ALIGNMENT(ai->elementType); in ng_array_getAlign()1583 etype = ai->elementType; in ng_get_composite_etype()1590 etype = fi->elementType; in ng_get_composite_etype()
279 u16 elementType; in mprsas_fw_work() local296 elementType = le16toh(element->ElementFlags) & in mprsas_fw_work()301 if ((elementType != in mprsas_fw_work()303 && (elementType != in mprsas_fw_work()
3254 ELEMENT_TYPE *elementType; in storeAtts() local3267 elementType in storeAtts()3269 if (! elementType) { in storeAtts()3273 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name, in storeAtts()3275 if (! elementType) in storeAtts()3277 if (parser->m_ns && ! setElementTypePrefix(parser, elementType)) in storeAtts()3280 nDefaultAtts = elementType->nDefaultAtts; in storeAtts()3388 if (attId == elementType->defaultAtts[j].id) { in storeAtts()3389 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()3433 if (elementType->idAtt && (elementType->idAtt->name)[-1]) { in storeAtts()[all …]