Searched refs:attribcount (Results 1 – 5 of 5) sorted by relevance
411 const uint attribcount = attribs.count(); in mergeXML() local413 for (uint i = 0; i < attribcount; ++i) { in mergeXML()
2217 int attribcount; in annotate_state_fetch() local2227 for (attribcount = 0; in annotate_state_fetch()2228 annotation_attributes[attribcount].name; in annotate_state_fetch()2229 attribcount++) { in annotate_state_fetch()2230 if (GLOB_MATCH(g, annotation_attributes[attribcount].name)) { in annotate_state_fetch()2231 if (annotation_attributes[attribcount].entry & ATTRIB_DEPRECATED) { in annotate_state_fetch()2235 annotation_attributes[attribcount].name); in annotate_state_fetch()2238 state->attribs |= annotation_attributes[attribcount].entry; in annotate_state_fetch()
394 const int attribcount = attribs.count(); in mergeXML() local396 for (int i = 0; i < attribcount; ++i) { in mergeXML()
2485 int attribcount; in annotate_state_fetch() local2495 for (attribcount = 0; in annotate_state_fetch()2496 annotation_attributes[attribcount].name; in annotate_state_fetch()2497 attribcount++) { in annotate_state_fetch()2498 if (GLOB_MATCH(g, annotation_attributes[attribcount].name)) { in annotate_state_fetch()2499 if (annotation_attributes[attribcount].entry & ATTRIB_DEPRECATED) { in annotate_state_fetch()2503 annotation_attributes[attribcount].name); in annotate_state_fetch()2506 state->attribs |= annotation_attributes[attribcount].entry; in annotate_state_fetch()
2575 int attribcount; in annotate_state_fetch() local2585 for (attribcount = 0; in annotate_state_fetch()2586 annotation_attributes[attribcount].name; in annotate_state_fetch()2587 attribcount++) { in annotate_state_fetch()2588 if (GLOB_MATCH(g, annotation_attributes[attribcount].name)) { in annotate_state_fetch()2589 if (annotation_attributes[attribcount].entry & ATTRIB_DEPRECATED) { in annotate_state_fetch()2593 annotation_attributes[attribcount].name); in annotate_state_fetch()2596 state->attribs |= annotation_attributes[attribcount].entry; in annotate_state_fetch()