HomeSort by relevance Sort by last modified time
    Searched refs:spdy2http_str (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/examples/
mhd2spdy.c 98 if(NULL != glob_opt.spdy2http_str)
100 ret = parse_uri(&glob_opt.uri_preg, glob_opt.spdy2http_str, &spdy2http_uri);
129 if(NULL == glob_opt.spdy_connection && NULL != glob_opt.spdy2http_str)
282 glob_opt.spdy2http_str = strdup(optarg);
283 if(NULL == glob_opt.spdy2http_str)
314 || (glob_opt.only_proxy && NULL == glob_opt.spdy2http_str)
mhd2spdy_structures.h 148 char *spdy2http_str; member in struct:global_options

Completed in 35 milliseconds