Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_proxies.c49 pid_t child_spdy2http; variable
69 if(0 != child_spdy2http) in killchildren()
70 killproc(child_spdy2http,"kill spdy2http\n"); in killchildren()
126 child_spdy2http = au_fork(); in main()
127 if (child_spdy2http == 0) in main()
231 wpid = waitpid(child_spdy2http,&childstatus,WNOHANG); in main()
232 if(wpid == child_spdy2http) in main()