Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dmhd2spdy.c258 int getopt_ret; in main() local
271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index); in main()
272 if (getopt_ret == -1) in main()
275 switch(getopt_ret) in main()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c1299 int getopt_ret; in main() local
1320 getopt_ret = getopt_long( argc, argv, "p:l:c:k:b:rv0Dth46T:", long_options, &option_index); in main()
1321 if (getopt_ret == -1) in main()
1324 switch(getopt_ret) in main()