Searched refs:STRING_STORE_SIZE (Results 1 – 4 of 4) sorted by relevance
30 #define STRING_STORE_SIZE 100000 macro175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
23 #define STRING_STORE_SIZE 200000 macro81 static char stringStore[STRING_STORE_SIZE];502 if(top>STRING_STORE_SIZE) { in allocString()
557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage()1262 if(top>STRING_STORE_SIZE) { in allocString()
51 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro99 static char stringStore[STRING_STORE_SIZE];100 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };