Searched refs:pageFindSlot (Results 1 – 1 of 1) sorted by relevance
1629 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){ in pageFindSlot() function1744 u8 *pSpace = pageFindSlot(pPage, nByte, &rc); in allocateSpace()7393 if( (aData[1]==0 && aData[2]==0) || (pSlot = pageFindSlot(pPg,sz,&rc))==0 ){ in pageInsertArray()