Home
last modified time | relevance | path

Searched defs:pMem (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbemem.c339 int sqlite3VdbeMemMakeWriteable(Mem *pMem){ in sqlite3VdbeMemMakeWriteable()
363 int sqlite3VdbeMemExpandBlob(Mem *pMem){ in sqlite3VdbeMemExpandBlob()
394 int sqlite3VdbeMemNulTerminate(Mem *pMem){ in sqlite3VdbeMemNulTerminate()
620 i64 sqlite3VdbeIntValue(const Mem *pMem){ in sqlite3VdbeIntValue()
650 double sqlite3VdbeRealValue(Mem *pMem){ in sqlite3VdbeRealValue()
711 int sqlite3VdbeMemIntegerify(Mem *pMem){ in sqlite3VdbeMemIntegerify()
726 int sqlite3VdbeMemRealify(Mem *pMem){ in sqlite3VdbeMemRealify()
770 int sqlite3VdbeMemNumerify(Mem *pMem){ in sqlite3VdbeMemNumerify()
867 void sqlite3VdbeMemSetNull(Mem *pMem){ in sqlite3VdbeMemSetNull()
940 Mem *pMem, in sqlite3VdbeMemSetPointer()
[all …]
H A Dvdbe.c264 Mem *pMem = iCur>0 ? &p->aMem[p->nMem-iCur] : p->aMem; in allocateCursor() local
423 Mem *pMem = (Mem*)pVal; in sqlite3_value_numeric_type() local
448 static u16 SQLITE_NOINLINE computeNumericType(Mem *pMem){ in computeNumericType()
479 static u16 numericType(Mem *pMem){ in numericType()
500 void sqlite3VdbeMemPrettyPrint(Mem *pMem, StrAccum *pStr){ in sqlite3VdbeMemPrettyPrint()
595 /**/ void sqlite3PrintMem(Mem *pMem){ in sqlite3PrintMem()
700 static const char *vdbeMemTypeName(Mem *pMem){ in vdbeMemTypeName()
1599 Mem *pMem = p->pResultSet; in sqlite3VdbeExec() local
7490 Mem *pMem; in sqlite3VdbeExec() local
7583 Mem *pMem; in sqlite3VdbeExec() local
[all …]
H A Dutf.c182 SQLITE_NOINLINE int sqlite3VdbeMemTranslate(Mem *pMem, u8 desiredEnc){ in sqlite3VdbeMemTranslate()
377 int sqlite3VdbeMemHandleBom(Mem *pMem){ in sqlite3VdbeMemHandleBom()
H A Dvdbeaux.c1809 Mem *pMem = pOp->p4.pMem; in sqlite3VdbeDisplayP4() local
2245 Mem *pMem = &p->aMem[1]; /* First Mem of result set */ in sqlite3VdbeList() local
3904 Mem *pMem /* Memory cell to write value into */ in serialGet()
3939 Mem *pMem /* Memory cell to write value into */ in sqlite3VdbeSerialGet()
4073 Mem *pMem = p->aMem; in sqlite3VdbeRecordUnpack() local
5153 Mem *pMem = &v->aVar[iVar-1]; in sqlite3VdbeGetBoundValue() local
5248 Mem *pMem = &p->aMem[i]; in vdbeFreeUnpacked() local
H A Dvdbeapi.c203 Mem *pMem = (Mem*)pVal; in sqlite3_value_subtype() local
973 Mem *pMem = p->pMem; in createAggContext() local
1931 Mem *pMem; in sqlite3_preupdate_old() local
2036 Mem *pMem; in sqlite3_preupdate_new() local
H A Dtest_bestindex.c302 sqlite3_value *pMem; in tclFilter() local
H A Dvdbe.h57 Mem *pMem; /* Used when p4type is P4_MEM */ member
H A DvdbeInt.h373 Mem *pMem; /* Memory cell used to store aggregate context */ member
H A Dos_unix.c4829 void *pMem; in unixShmMap() local