Searched refs:firstAttr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c658 if (node->firstAttr && !(node->firstAttr->nodeFlags & IS_NS_NODE)) {
662 NSattr = node->firstAttr;
685 NSattr = orgNode->ownerDocument->rootNode->firstAttr;
738 if (node->firstAttr && !(node->firstAttr->nodeFlags & IS_NS_NODE)) {
742 NSattr = node->firstAttr;
972 attr = node->firstAttr;
1034 if (attr->parentNode->firstAttr == attr) {
1037 attr1 = attr->parentNode->firstAttr;
[all...]
H A Dtcldom.c838 attrs = node->firstAttr;
1999 attrs = node->firstAttr;
2559 attrs = node->firstAttr;
2749 attrs = node->firstAttr;
3759 attrs = node->firstAttr;
3881 attrs = node->firstAttr;
3936 attrs = node->firstAttr;
4027 attrs = node->firstAttr;
4046 attrs = node->firstAttr;
H A Ddomxpath.c3203 attr = node->firstAttr;
3636 attr = node->firstAttr;
4054 attr = ctxNode->firstAttr;
4062 attr = ctxNode->firstAttr;
4074 attr = ctxNode->firstAttr;
4338 attr = node->firstAttr;
5534 child = (domNode*) ((domAttrNode*)nodeToMatch)->parentNode->firstAttr;
H A Ddom.h593 struct domAttrNode *firstAttr; member in struct:domNode
H A Ddomxslt.c585 attr = node->firstAttr;
1885 if ((node->nodeType == ELEMENT_NODE) && (node->firstAttr)) {
1886 node = (domNode*) node->firstAttr;
5066 attr = n->firstAttr;
5086 attr1 = n1->firstAttr;
5179 attr = actionNode->firstAttr;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c1276 AttributeListEntry *firstAttr = NULL; local
1343 if (!_addAttributeToList(&firstAttr, attr)) {
1454 if (U_SUCCESS(*status) && (firstExt != NULL || firstAttr != NULL)) {
1457 attr = firstAttr;
1521 attr = firstAttr;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c2251 if (node->firstAttr) {
2256 attr = node->firstAttr;

Completed in 211 milliseconds