Searched refs:aVar (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbetrace.c62 ** parameter index is known, locate the value in p->aVar[]. Then render
116 pVar = &p->aVar[idx-1];
H A Dvdbeapi.c125 sqlite3VdbeMemRelease(&p->aVar[i]);
126 p->aVar[i].flags = MEM_Null;
999 pVar = &p->aVar[i];
1039 pVar = &p->aVar[i-1];
1072 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
1085 sqlite3VdbeMemSetInt64(&p->aVar[i-1], iValue);
1155 sqlite3VdbeMemSetZeroBlob(&p->aVar[i-1], n);
1247 sqlite3VdbeMemMove(&pTo->aVar[i], &pFrom->aVar[i]);
H A Dvdbeblob.c62 assert( v->aVar[0].flags&MEM_Int );
63 v->aVar[0].u.i = iRow;
H A DvdbeInt.h287 Mem *aVar; /* Values for the OP_Variable opcode. */ member in struct:Vdbe
289 ynVar nVar; /* Number of entries in aVar[] */
H A Dvdbeaux.c1475 p->aVar = allocSpace(p->aVar, nVar*sizeof(Mem), &zCsr, zEnd, &nByte);
1488 if( p->aVar ){
1491 p->aVar[n].flags = MEM_Null;
1492 p->aVar[n].db = db;
1617 ** variables in the aVar[] array.
2399 releaseMemArray(p->aVar, p->nVar);
3182 Mem *pMem = &v->aVar[iVar-1];
H A Dvdbe.c989 pVar = &p->aVar[pOp->p1 - 1];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12501 Mem *aVar; /* Values for the OP_Variable opcode. */ member in struct:Vdbe
12503 ynVar nVar; /* Number of entries in aVar[] */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14185 Mem *aVar; /* Values for the OP_Variable opcode. */ member in struct:Vdbe
14187 ynVar nVar; /* Number of entries in aVar[] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14185 Mem *aVar; /* Values for the OP_Variable opcode. */ member in struct:Vdbe
14187 ynVar nVar; /* Number of entries in aVar[] */
[all...]

Completed in 2522 milliseconds