Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c74868 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){ function
74984 u8 *pSpace = pageFindSlot(pPage, nByte, &rc);
80868 if( (aData[1]==0 && aData[2]==0) || (pSlot = pageFindSlot(pPg,sz,&rc))==0 ){