Searched refs:MaxLog (Results 1 – 2 of 2) sorted by relevance
19 MaxLog = 24*1024, /* limit on length of any one log request */ enumerator20 LockSecs = MaxLog/500, /* seconds to wait before giving up on opening the data file */118 if(strlen(s) > MaxLog) in main()119 s[MaxLog] = '\0'; in main()
74 MaxLog = 100*1024, /* limit on length of any one log request */ enumerator298 if(strlen(text) > MaxLog) in main()299 text[MaxLog] = '\0'; in main()