Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h217 ArrayRef<uint32_t> IdxTable) in SignatureElement()
221 Indices(IdxTable.slice(El.IndicesOffset, El.Rows)), in SignatureElement()
/freebsd/contrib/sqlite3/
H A Dshell.c14772 typedef struct IdxTable IdxTable; typedef
14806 IdxTable *pTab; /* Associated table object */
14824 struct IdxTable { struct
14828 IdxTable *pNext; /* Next table in linked list of all tables */ argument
14837 IdxTable *pTab;
14887 IdxTable *pTable; /* List of all IdxTable objects */
15098 IdxTable *pTab;
15424 IdxTable **ppOut, /* OUT: New object (if successful) */ in idxGetTableInfo()
15431 IdxTable *pNew = 0; in idxGetTableInfo()
15439 nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo()
[all …]