Home
last modified time | relevance | path

Searched refs:curTable (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py87 curTable = curStrike.bitmapSizeTable
88 dummy = sstruct.unpack2(bitmapSizeTableFormatPart1, data[i:i+16], curTable)
92 vars(curTable)[metric] = metricObj
95 dummy = sstruct.unpack(bitmapSizeTableFormatPart2, data[i:i+8], curTable)
99 curTable = curStrike.bitmapSizeTable
100 for subtableIndex in range(curTable.numberOfIndexSubTables):
101 i = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize
105 i = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
165 curTable = curStrike.bitmapSizeTable
166 curTable.numberOfIndexSubTables = len(curStrike.indexSubTables)
[all …]
/external/iptables/iptables/
Diptables-xml.c87 static char curTable[XT_TABLE_MAXNAMELEN + 1]; variable
326 if (curTable[0]) in closeTable()
328 curTable[0] = 0; in closeTable()
336 strncpy(curTable, table, XT_TABLE_MAXNAMELEN); in openTable()
337 curTable[XT_TABLE_MAXNAMELEN] = '\0'; in openTable()
340 xmlAttrS("name", curTable); in openTable()
684 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) { in iptables_xml_main()
703 } else if ((buffer[0] == ':') && (curTable[0])) { in iptables_xml_main()
734 } else if (curTable[0]) { in iptables_xml_main()
845 newargc, curTable); in iptables_xml_main()
[all …]