Lines Matching defs:aType
23228 u32 *aOffset; /* Pointer to aType[nField] */
23237 /* 2*nField extra array elements allocated for aType[], beyond the one
23239 ** aType[] and nField+1 array slots for aOffset[] */
23240 u32 aType[1]; /* Type values record decode. MUST BE LAST */
90623 static const u8 aType[] = {
90701 assert( eType == aType[pVal->flags&MEM_AffMask] );
90704 return aType[pVal->flags&MEM_AffMask];
93418 pCx->aOffset = &pCx->aType[nField];
95859 serialType = pC->aType[pOp->p3];
96048 assert( aOffset==pC->aType+pC->nField );
96148 ** parsed and valid information is in aOffset[] and pC->aType[].
96165 /* Fill in pC->aType[i] and aOffset[i] values through the p2-th field. */
96173 if( (pC->aType[i] = t = zHdr[0])<0x80 ){
96178 pC->aType[i] = t;
96223 t = pC->aType[p2];
96227 ** reach this point if aOffset[p2], aOffset[p2+1], and pC->aType[p2] are
96238 assert( t==pC->aType[p2] );
102363 type = pC->nHdrParsed>p->iCol ? pC->aType[p->iCol] : 0;
102374 p->iOffset = pC->aType[p->iCol + pC->nField];