Searched refs:aEntityUnitAlloc (Results 1 – 1 of 1) sorted by relevance
/external/opencore/protocols/http_parcom/src/ |
D | http_parser_internal.h | 232 …ect(StringKeyValueStore *aKeyValueStore = NULL, PVMFBufferPoolAllocator *aEntityUnitAlloc = NULL) : 233 iKeyValueStore(aKeyValueStore), iEntityUnitAlloc(aEntityUnitAlloc), iPrevCRLF(0) in iKeyValueStore() 380 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserEntityBodyObject() argument 382 HTTPParserBaseObject(aKeyValueStore, aEntityUnitAlloc), in HTTPParserEntityBodyObject() 415 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserNormalContentObject() argument 417 HTTPParserEntityBodyObject(aKeyValueStore, aEntityUnitAlloc, aContentInfo), in HTTPParserNormalContentObject() 440 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserCTEContentObject() argument 442 HTTPParserEntityBodyObject(aKeyValueStore, aEntityUnitAlloc, aContentInfo) in HTTPParserCTEContentObject() 473 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserMultipartContentObject() argument 475 HTTPParserEntityBodyObject(aKeyValueStore, aEntityUnitAlloc, aContentInfo) in HTTPParserMultipartContentObject()
|