Searched defs:pRC (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 995 static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ in ptrmapPut() 1464 static void ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC){ in ptrmapPutOvflPtr() 6695 static void freePage(MemPage *pPage, int *pRC){ in freePage() 6989 static void dropCell(MemPage *pPage, int idx, int sz, int *pRC){ in dropCell() 7054 int *pRC /* Read and write return code from here */ in insertCell() 7777 static void copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC){ in copyNodeContent()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 495 int *pRC, /* Result code */ in fts3SqlExec() 1065 int *pRC, /* Result code */ in fts3DeleteTerms() 3394 int *pRC, /* Result code */ in fts3InsertDocsize() 3438 int *pRC, /* The result code */ in fts3UpdateDocTotals()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 1442 static RtreeNode *rtreeNodeOfFirstSearchPoint(RtreeCursor *pCur, int *pRC){ in rtreeNodeOfFirstSearchPoint()
|