Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c17748 u32 aType[1]; /* Type values for all entries in the record */ member
75173 static const u8 aType[] = {
75207 return aType[pVal->flags&MEM_AffMask];
77276 pCx->aOffset = &pCx->aType[nField];
79660 pC->aType[i++] = t;
79697 t = pC->aType[p2];
79710 assert( t==pC->aType[p2] );
84184 u32 type = pC->aType[p->iCol];
84193 p->iOffset = pC->aType[p->iCol + pC->nField];

Completed in 479 milliseconds