Searched refs:port_s (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_proxies.c | 107 char *port_s; in main() local 118 asprintf(&port_s, "%i", mhd_port); in main() 119 execlp ("../examples/minimal_example", "minimal_example", port_s, NULL); in main() 131 char *port_s; in main() local 144 asprintf(&port_s, "%i", spdy2http_port); in main() 146 execlp ("../spdy2http/microspdy2http", "microspdy2http", "-v4rtT", "10", "-p", port_s, NULL); in main() 157 char *port_s; in main() local 170 asprintf(&port_s, "%i", mhd2spdy_port); in main() 172 execlp ("../examples/mhd2spdy", "mhd2spdy", "-vosb", url, "-p", port_s, NULL); in main()
|