Home
last modified time | relevance | path

Searched refs:attributeIds (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c376 HASH_TABLE attributeIds; member
3587 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts()
6453 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId()
6689 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
6729 hashTableClear(&(p->attributeIds)); in dtdReset()
6769 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6803 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
6821 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy()
6872 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
6880 oldParser, &(newDtd->attributeIds), old in dtdCopy()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c369 HASH_TABLE attributeIds; member
3544 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts()
6485 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId()
6721 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
6761 hashTableClear(&(p->attributeIds)); in dtdReset()
6801 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6835 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
6853 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy()
6894 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
6902 oldParser, &(newDtd->attributeIds), old in dtdCopy()
[all...]

Completed in 19 milliseconds