Searched defs:pRC (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c329 int *pRC, /* Result code */
336 if( *pRC ) return;
342 *pRC = rc;
742 int *pRC, /* Result code */
750 if( *pRC ) return;
760 *pRC = rc;
770 *pRC = rc;
2331 int *pRC, /* Result code */
2340 if( *pRC ) return;
2343 *pRC
328 fts3SqlExec( int *pRC, Fts3Table *p, int eStmt, sqlite3_value **apVal ) argument
741 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value **apVal, u32 *aSz ) argument
2330 fts3InsertDocsize( int *pRC, Fts3Table *p, u32 *aSz ) argument
2374 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c758 ** If *pRC is initially non-zero (non-SQLITE_OK) then this routine is
760 ** into *pRC.
762 static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ argument
769 if( *pRC ) return;
777 *pRC = SQLITE_CORRUPT_BKPT;
783 *pRC = rc;
788 *pRC = SQLITE_CORRUPT_BKPT;
795 *pRC= rc = sqlite3PagerWrite(pDbPage);
1035 static void ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC){ argument
1037 if( *pRC ) retur
5148 freePage(MemPage *pPage, int *pRC) argument
5386 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
5745 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47881 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
48154 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
52267 freePage(MemPage *pPage, int *pRC) argument
52505 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
52864 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
120245 fts3SqlExec( int *pRC, Fts3Table *p, int eStmt, sqlite3_value **apVal ) argument
120658 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value **apVal, u32 *aSz ) argument
122247 fts3InsertDocsize( int *pRC, Fts3Table *p, u32 *aSz ) argument
122291 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52346 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
52626 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
56971 freePage(MemPage *pPage, int *pRC) argument
57212 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
57565 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
137188 fts3SqlExec( int *pRC, Fts3Table *p, int eStmt, sqlite3_value **apVal ) argument
137754 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
140016 fts3InsertDocsize( int *pRC, Fts3Table *p, u32 *aSz ) argument
140060 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
145796 rtreeNodeOfFirstSearchPoint(RtreeCursor *pCur, int *pRC) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52366 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
52646 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
56991 freePage(MemPage *pPage, int *pRC) argument
57232 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
57585 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
137220 fts3SqlExec( int *pRC, Fts3Table *p, int eStmt, sqlite3_value **apVal ) argument
137786 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
140048 fts3InsertDocsize( int *pRC, Fts3Table *p, u32 *aSz ) argument
140092 fts3UpdateDocTotals( int *pRC, Fts3Table *p, u32 *aSzIns, u32 *aSzDel, int nChng ) argument
145828 rtreeNodeOfFirstSearchPoint(RtreeCursor *pCur, int *pRC) argument
[all...]

Completed in 782 milliseconds