Searched refs:allocateData (Results 1 – 5 of 5) 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.
539 … int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr. in doParseActions()588 int32_t dataLoc = allocateData(4); in doParseActions()625 int32_t dataLoc = allocateData(4); in doParseActions()668 int32_t dataLoc = allocateData(5); in doParseActions()722 int32_t dataLoc = allocateData(5); in doParseActions()1079 int32_t varLoc = allocateData(1); // Reserve a data location for saving the in doParseActions()1392 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()1423 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()1455 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()2079 int32_t RegexCompile::allocateData(int32_t size) { in allocateData() function in RegexCompile