Searched defs:AutoincInfo (Results 1 – 1 of 1) sorted by relevance
15737 typedef struct AutoincInfo AutoincInfo; typedef20147 struct AutoincInfo { struct20148 AutoincInfo *pNext; /* Next info block in a list of them all */ argument20149 Table *pTab; /* Table this info block refers to */20150 int iDb; /* Index in sqlite3.aDb[] of database holding pTab */20151 int regCtr; /* Memory register holding the rowid counter */