Lines Matching refs:pcszDescr
226 const char *pcszDescr = "";
231 pcszDescr = "Print this help message and exit.";
236 pcszDescr = "Run in background (daemon mode).";
241 pcszDescr = "The host to bind to (localhost).";
245 pcszDescr = "The port to bind to (18083).";
250 pcszDescr = "Enable SSL/TLS encryption.";
254 pcszDescr = "Server key and certificate file, PEM format (\"\").";
258 pcszDescr = "File name for password to server key (\"\").";
262 pcszDescr = "CA certificate file, PEM format (\"\").";
266 pcszDescr = "CA certificate path (\"\").";
270 pcszDescr = "DH file name or DH key length in bits (\"\").";
274 pcszDescr = "File containing seed for random number generator (\"\").";
279 pcszDescr = "Session timeout in seconds; 0 = disable timeouts (" DEFAULT_TIMEOUT_SECS_STRING ").";
283 pcszDescr = "Maximum number of worker threads to run in parallel (100).";
287 pcszDescr = "Maximum number of requests before a socket will be closed (100).";
291 pcszDescr = "Authentication method for the webservice (\"\").";
295 pcszDescr = "Frequency of timeout checks in seconds (5).";
299 pcszDescr = "Be verbose.";
303 pcszDescr = "Name of the PID file which is created when the daemon was started.";
307 pcszDescr = "Name of file to write log to (no file).";
311 pcszDescr = "Number of log files (0 disables log rotation).";
315 pcszDescr = "Maximum size of a log file to trigger rotation (bytes).";
319 pcszDescr = "Maximum time interval to trigger log rotation (seconds).";
323 RTStrmPrintf(g_pStdErr, "%-23s%s\n", str.c_str(), pcszDescr);