Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h81 ArrayRef<uint32_t> IdxTable) in SignatureElement()
85 Indices(IdxTable.slice(El.IndicesOffset, El.Rows)), in SignatureElement()
/src/contrib/sqlite3/
H A Dshell.c12799 typedef struct IdxTable IdxTable; typedef
12833 IdxTable *pTab; /* Associated table object */
12851 struct IdxTable { struct
12855 IdxTable *pNext; /* Next table in linked list of all tables */ argument
12864 IdxTable *pTab;
12914 IdxTable *pTable; /* List of all IdxTable objects */
13125 IdxTable *pTab;
13451 IdxTable **ppOut, /* OUT: New object (if successful) */ in idxGetTableInfo()
13458 IdxTable *pNew = 0; in idxGetTableInfo()
13466 nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo()
[all …]