Searched refs:pPgno (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c810 ** the type and parent page number to *pEType and *pPgno respectively.
813 static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ argument
832 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);
4735 ** an error. *ppPage and *pPgno are undefined in the event of an error.
4750 Pgno *pPgno,
4789 *pPgno = nearby;
4832 *pPgno = iTrunk;
4836 TRACE(("ALLOCATE: %d trunk - %d free pages left\n", *pPgno, n-1));
4846 assert( *pPgno
4747 allocateBtreePage( BtShared *pBt, MemPage **ppPage, Pgno *pPgno, Pgno nearby, u8 exact ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47932 ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno) argument
51866 allocateBtreePage( BtShared *pBt, MemPage **ppPage, Pgno *pPgno, Pgno nearby, u8 exact ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52398 ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno) argument
56530 allocateBtreePage( BtShared *pBt, MemPage **ppPage, Pgno *pPgno, Pgno nearby, u8 eMode ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52418 ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno) argument
56550 allocateBtreePage( BtShared *pBt, MemPage **ppPage, Pgno *pPgno, Pgno nearby, u8 eMode ) argument
[all...]

Completed in 867 milliseconds