Home
last modified time | relevance | path

Searched refs:pageFindSlot (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c1629 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){ in pageFindSlot() function
1744 u8 *pSpace = pageFindSlot(pPage, nByte, &rc); in allocateSpace()
7393 if( (aData[1]==0 && aData[2]==0) || (pSlot = pageFindSlot(pPg,sz,&rc))==0 ){ in pageInsertArray()