Searched refs:rowSlot (Results 1 – 1 of 1) sorted by relevance
167 RowSlot* rowSlot = allocRowSlot(); in allocRow() local168 if (rowSlot == NULL) { in allocRow()185 mHeader->numRows - 1, offsetFromPtr(rowSlot), fieldDirSize, fieldDirOffset); in allocRow()186 rowSlot->offset = fieldDirOffset; in allocRow()264 RowSlot* rowSlot = getRowSlot(row); in getFieldSlot() local265 if (!rowSlot) { in getFieldSlot()269 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(rowSlot->offset)); in getFieldSlot()