Lines Matching defs:AutoincInfo
15340 typedef struct AutoincInfo AutoincInfo;
19684 struct AutoincInfo {
19685 AutoincInfo *pNext; /* Next info block in a list of them all */
19837 AutoincInfo *pAinc; /* Information about AUTOINCREMENT counters */
133277 ** Locate or create an AutoincInfo structure associated with table pTab
133283 ** There is at most one AutoincInfo structure per table even if the
133285 ** triggers. A new AutoincInfo structure is created if this is the
133287 ** AutoincInfo structure is used.
133310 AutoincInfo *pInfo;
133351 AutoincInfo *p; /* Information about an AUTOINCREMENT */
133425 AutoincInfo *p;