Searched refs:valuePtr (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok.h | 120 const char *valuePtr; member
|
D | xmltok_impl.c | 1459 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1473 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1494 && (ptr == atts[nAtts].valuePtr in PREFIX()
|
D | xmlparse.c | 2693 atts[i].valuePtr, atts[i].valueEnd, in storeAtts() 2702 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok.h | 120 const char *valuePtr; member
|
D | xmltok_impl.c | 1462 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1476 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1497 && (ptr == atts[nAtts].valuePtr in PREFIX()
|
D | xmlparse.c | 2770 (parseEndPtr - currAtt->valuePtr); in storeAtts() 2801 atts[i].valuePtr, atts[i].valueEnd, in storeAtts() 2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 2693 atts[i].valuePtr, atts[i].valueEnd, in storeAtts() 2702 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
|