Home | History | Annotate | Download | only in orig

Lines Matching defs:aType

12915   u32 *aType;           /* Type values for all entries in the record */
64568 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
65078 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
67011 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
67111 u.an.aType = u.an.pC->aType;
67115 assert(u.an.aType);
67117 u.an.pC->aOffset = u.an.aOffset = &u.an.aType[u.an.nField];
67196 /* Scan the header and use it to fill in the u.an.aType[] and u.an.aOffset[]
67197 ** arrays. u.an.aType[u.an.i] will contain the type integer for the u.an.i-th
67210 u.an.aType[u.an.i] = u.an.t;
67253 sqlite3VdbeSerialGet((u8 *)&u.an.zRec[u.an.aOffset[u.an.p2]], u.an.aType[u.an.p2], u.an.pDest);
67255 u.an.len = sqlite3VdbeSerialTypeLen(u.an.aType[u.an.p2]);
67262 sqlite3VdbeSerialGet((u8*)u.an.zData, u.an.aType[u.an.p2], u.an.pDest);
71240 u32 type = v->apCsr[0]->aType[p->iCol];