Searched refs:pSpace (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c116 ** are available at pSpace. The db pointer is used as a memory context
126 RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ argument
129 p = pSpace;
H A Dvdbeaux.c2797 ** space at pSpace. This space can be used to hold the returned
2808 char *pSpace, /* Unaligned space available to hold the object */
2809 int szSpace /* Size of pSpace[] in bytes */
2819 int nOff; /* Increase pSpace by this much to 8-byte align it */
2822 ** We want to shift the pointer pSpace up such that it is 8-byte aligned.
2824 ** it by. If pSpace is already 8-byte aligned, nOff should be zero.
2826 nOff = (8 - (SQLITE_PTR_TO_INT(pSpace) & 7)) & 7;
2827 pSpace += nOff;
2835 p = (UnpackedRecord*)pSpace;
2804 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
H A Dbtree.c5599 ** The pSpace buffer is used to store a temporary copy of the divider
5602 ** words, at most 13 bytes. Hence the pSpace buffer must be at
5605 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ argument
5626 u8 *pOut = &pSpace[4];
5663 ** cell on pPage into the pSpace buffer.
5672 insertCell(pParent, pParent->nCell, pSpace, (int)(pOut-pSpace),
6576 ** are stored in the pSpace buffer allocated immediately below.
6581 ** has completed, it is safe to release the pSpace buffer used by
6584 ** pSpace buffe
6586 u8 *pSpace = sqlite3PageMalloc(pCur->pBt->pageSize); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39733 sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N) argument
57425 balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace) argument
58441 u8 *pSpace = sqlite3PageMalloc(pCur->pBt->pageSize); local
65289 sqlite3VdbeAllocUnpackedRecord( KeyInfo *pKeyInfo, char *pSpace, int szSpace, char **ppFree ) argument
83853 u8 *pSpace; /* Allocated space not yet assigned */ local
85069 tRowcnt *pSpace; local
116367 char *pSpace; /* Temporary memory used by this routine */ local
136372 char *pSpace = (char *)&azDequote[argc]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39753 sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N) argument
57445 balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace) argument
58461 u8 *pSpace = sqlite3PageMalloc(pCur->pBt->pageSize); local
65309 sqlite3VdbeAllocUnpackedRecord( KeyInfo *pKeyInfo, char *pSpace, int szSpace, char **ppFree ) argument
83873 u8 *pSpace; /* Allocated space not yet assigned */ local
85089 tRowcnt *pSpace; local
116387 char *pSpace; /* Temporary memory used by this routine */ local
136404 char *pSpace = (char *)&azDequote[argc]; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36011 sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N) argument
52724 balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace) argument
53705 u8 *pSpace = sqlite3PageMalloc(pCur->pBt->pageSize); local
59929 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
[all...]

Completed in 609 milliseconds