Searched refs:fEmpty (Results 1 - 3 of 3) sorted by path

/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp227 : fFull(NULL), fEmpty(NULL), fFullCount(0), fEmptyCount(0)
324 while (fEmpty)
325 _EmptyMagazine(SListPop(fEmpty));
340 SListPush(fEmpty, magazine);
351 if (fEmpty == NULL) {
352 fEmpty = _AllocMagazine();
353 if (fEmpty == NULL)
364 magazine = SListPop(fEmpty);
H A DSlab.h513 Magazine *fFull, *fEmpty; member in class:BaseDepot
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp98 fEmpty(empty)
103 bool fEmpty; member in class:DomainItem
249 if (item->fEmpty == true) {
303 stringItem->fEmpty = false;

Completed in 96 milliseconds