Searched refs:spdy2http_str (Results 1 – 2 of 2) sorted by relevance
98 if(NULL != glob_opt.spdy2http_str) in run_everything()100 ret = parse_uri(&glob_opt.uri_preg, glob_opt.spdy2http_str, &spdy2http_uri); in run_everything()129 if(NULL == glob_opt.spdy_connection && NULL != glob_opt.spdy2http_str) in run_everything()282 glob_opt.spdy2http_str = strdup(optarg); in main()283 if(NULL == glob_opt.spdy2http_str) in main()314 || (glob_opt.only_proxy && NULL == glob_opt.spdy2http_str) in main()
148 char *spdy2http_str; member