Home
last modified time | relevance | path

Searched refs:attribcount (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkxmlguiclient.cpp411 const uint attribcount = attribs.count(); in mergeXML() local
413 for (uint i = 0; i < attribcount; ++i) { in mergeXML()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dannotate.c2217 int attribcount; in annotate_state_fetch() local
2227 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()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkxmlguiclient.cpp394 const int attribcount = attribs.count(); in mergeXML() local
396 for (int i = 0; i < attribcount; ++i) { in mergeXML()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dannotate.c2485 int attribcount; in annotate_state_fetch() local
2495 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()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dannotate.c2575 int attribcount; in annotate_state_fetch() local
2585 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()