Home
last modified time | relevance | path

Searched refs:DATA_QUEUE_VECTOR_RESERVE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h40 #define DATA_QUEUE_VECTOR_RESERVE_SIZE 4 macro
Dhttp_parser.cpp503 iDataInQueue.reserve(DATA_QUEUE_VECTOR_RESERVE_SIZE); in construct()
504 iDataOutQueue.reserve(DATA_QUEUE_VECTOR_RESERVE_SIZE); in construct()