Home
last modified time | relevance | path

Searched refs:auxTable (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Runtime/Scripts/logging/
H A Dlogging.lua121 local auxTable = {}
125 table.insert( auxTable, i )
127 table.insert( auxTable, tostring(i) )
131 table.sort( auxTable )
138 table.foreachi( auxTable, function( i, fieldName )
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/restore/
H A DRestore.cpp651 TableS* auxTable = allTables[i]; in markSysTables() local
652 const char* auxTableName = auxTable->getTableName(); in markSysTables()
664 auxTable->m_isSysTable = mainTable->m_isSysTable; in markSysTables()
665 auxTable->m_main_table = mainTable; in markSysTables()
666 auxTable->m_main_column_id = id2; in markSysTables()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp2104 AccelAux *auxTable = (AccelAux *)((char *)limex + accelAuxOffset); in writeAccel() local
2105 assert(ISALIGNED(auxTable)); in writeAccel()
2106 copy(accelAux.begin(), accelAux.end(), auxTable); in writeAccel()