Home | History | Annotate | Download | only in dist

Lines Matching refs:AutoincInfo

7360 typedef struct AutoincInfo AutoincInfo;
10224 struct AutoincInfo {
10225 AutoincInfo *pNext; /* Next info block in a list of them all */
10324 AutoincInfo *pAinc; /* Information about AUTOINCREMENT counters */
82593 ** Locate or create an AutoincInfo structure associated with table pTab
82597 ** There is at most one AutoincInfo structure per table even if the
82599 ** triggers. A new AutoincInfo structure is created if this is the
82601 ** AutoincInfo structure is used.
82620 AutoincInfo *pInfo;
82645 AutoincInfo *p; /* Information about an AUTOINCREMENT */
82699 AutoincInfo *p;
104419 AutoincInfo *p = pParse->pAinc;