Searched refs:iEntityUnitAlloc (Results 1 – 2 of 2) sorted by relevance
233 iKeyValueStore(aKeyValueStore), iEntityUnitAlloc(aEntityUnitAlloc), iPrevCRLF(0) in iKeyValueStore()265 PVMFBufferPoolAllocator *iEntityUnitAlloc; variable320 return iEntityUnitAlloc; in getAllocator()
864 OSCL_TRY(err, entityUnit = iEntityUnitAlloc->get();); in constructEntityUnit()1246 iEntityUnitAlloc = OSCL_NEW(PVMFBufferPoolAllocator, ()); in construct()1247 if (!iEntityUnitAlloc) return false; in construct()1250 OSCL_TRY(err, iEntityUnitAlloc->size(HTTP_ENTITY_UNIT_POOLNUM, sizeof(HTTPEntityUnit))); in construct()1265 if (iEntityUnitAlloc) OSCL_DELETE(iEntityUnitAlloc); in ~HTTPParserHeaderObject()1266 iEntityUnitAlloc = NULL; in ~HTTPParserHeaderObject()