Searched refs:ptrmapPutOvflPtr (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 1088 #define ptrmapPutOvflPtr(x, y, z, rc) macro 1464 static void ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC){ in ptrmapPutOvflPtr() function 3682 ptrmapPutOvflPtr(pPage, pPage, pCell, &rc); in setChildPtrmaps() 7133 ptrmapPutOvflPtr(pPage, pPage, pCell, pRC); in insertCell() 7678 ptrmapPutOvflPtr(pNew, pNew, pCell, &rc); in balance_quick() 8427 ptrmapPutOvflPtr(pNew, pOld, pCell, &rc); in balance_nonroot()
|