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