Searched refs:STRING_STORE_SIZE (Results 1 – 4 of 4) sorted by relevance
28 #define STRING_STORE_SIZE 100000 macro173 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
21 #define STRING_STORE_SIZE 200000 macro79 static char stringStore[STRING_STORE_SIZE];498 if(top>STRING_STORE_SIZE) { in allocString()
555 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage()1260 if(top>STRING_STORE_SIZE) { in allocString()
49 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro97 static char stringStore[STRING_STORE_SIZE];98 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };