Home | History | Annotate | Download | only in spdy2http

Lines Matching full:optarg

1327         glob_opt.listen_port = atoi(optarg);
1331 glob_opt.listen_host= strdup(optarg);
1337 glob_opt.cert = strdup(optarg);
1341 glob_opt.cert_key = strdup(optarg);
1345 glob_opt.http_backend = strdup(optarg);
1383 glob_opt.timeout = atoi(optarg);