Home
last modified time | relevance | path

Searched refs:spdy2http_str (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy.c98 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()
Dmhd2spdy_structures.h148 char *spdy2http_str; member