Home
last modified time | relevance | path

Searched defs:pRC (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c329 int *pRC, /* Result code */ in fts3SqlExec()
742 int *pRC, /* Result code */ in fts3DeleteTerms()
2331 int *pRC, /* Result code */ in fts3InsertDocsize()
2375 int *pRC, /* The result code */ in fts3UpdateDocTotals()
/external/chromium_org/third_party/sqlite/src/src/
Dbtree.c762 static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ in ptrmapPut()
1035 static void ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC){ in ptrmapPutOvflPtr()
5148 static void freePage(MemPage *pPage, int *pRC){ in freePage()
5386 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ in dropCell()
5448 int *pRC /* Read and write return code from here */ in insertCell()
5745 static void copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC){ in copyNodeContent()