Searched refs:curTable (Results 1 – 3 of 3) sorted by relevance
85 curTable = curStrike.bitmapSizeTable86 dummy = sstruct.unpack2(bitmapSizeTableFormatPart1, data[i:i+16], curTable)90 vars(curTable)[metric] = metricObj93 dummy = sstruct.unpack(bitmapSizeTableFormatPart2, data[i:i+8], curTable)97 curTable = curStrike.bitmapSizeTable98 for subtableIndex in range(curTable.numberOfIndexSubTables):99 i = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize103 i = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable163 curTable = curStrike.bitmapSizeTable164 curTable.numberOfIndexSubTables = len(curStrike.indexSubTables)[all …]
56 static char curTable[XT_TABLE_MAXNAMELEN + 1]; variable243 if (curTable[0]) in closeTable()245 curTable[0] = 0; in closeTable()253 strncpy(curTable, table, XT_TABLE_MAXNAMELEN); in openTable()254 curTable[XT_TABLE_MAXNAMELEN] = '\0'; in openTable()257 xmlAttrS("name", curTable); in openTable()601 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) { in iptables_xml_main()619 } else if ((buffer[0] == ':') && (curTable[0])) { in iptables_xml_main()646 } else if (curTable[0]) { in iptables_xml_main()657 cur_rule.argc, curTable); in iptables_xml_main()[all …]
221 let curTable = table;222 while (curTable) {223 if (curTable != table) {224 md += `||_Columns inherited from_ ${genLink(curTable)}\n`226 for (const col of Object.values(curTable.cols)) {235 curTable = curTable.parent;