Searched refs:allocateData (Results 1 – 4 of 4) sorted by relevance
138 allocateData(getDataSize()); in serialize()226 allocateData(uiSize - sizeof(_ucMsgId)); in serialize()262 void CMessage::allocateData(size_t size) in allocateData() function in CMessage
124 void allocateData(size_t uiDataSize);
113 int32_t allocateData(int32_t size); // Allocate space in the matcher data area.
536 … int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr. in doParseActions()581 int32_t dataLoc = allocateData(2); in doParseActions()613 int32_t dataLoc = allocateData(2); in doParseActions()654 int32_t dataLoc = allocateData(4); in doParseActions()706 int32_t dataLoc = allocateData(4); in doParseActions()1063 int32_t varLoc = allocateData(1); // Reserve a data location for saving the in doParseActions()1372 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()1403 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()1435 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()2069 int32_t RegexCompile::allocateData(int32_t size) { in allocateData() function in RegexCompile