Searched refs:aType (Results 1 – 3 of 3) sorted by relevance
12629 u32 *aType; /* Type values for all entries in the record */ member63246 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];63753 u32 *aType; /* aType[i] holds the numeric type of the i-th column */65663 u32 *aType; /* aType[i] holds the numeric type of the i-th column */65763 u.am.aType = u.am.pC->aType;65767 assert(u.am.aType);65769 u.am.pC->aOffset = u.am.aOffset = &u.am.aType[u.am.nField];65862 u.am.aType[u.am.i] = u.am.t;65907 u.am.len = sqlite3VdbeSerialTypeLen(u.am.aType[u.am.p2]);65914 sqlite3VdbeSerialGet((u8*)u.am.zData, u.am.aType[u.am.p2], u.am.pDest);[all …]
3885 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
20783 u32 aType[1]; /* Type values record decode. MUST BE LAST */ member83013 static const u8 aType[] = {83091 assert( eType == aType[pVal->flags&MEM_AffMask] );83094 return aType[pVal->flags&MEM_AffMask];85318 pCx->aOffset = &pCx->aType[nField];87850 if( (pC->aType[i] = t = zHdr[0])<0x80 ){87855 pC->aType[i] = t;87898 t = pC->aType[p2];87911 assert( t==pC->aType[p2] );93224 u32 type = pC->nHdrParsed>p->iCol ? pC->aType[p->iCol] : 0;[all …]