Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c72 STREAMING_SERVER *httpServer = 0; // server structure pointer variable
282 stopStreaming(httpServer); in controlServerThread()
765 if (httpServer) in sigIntHandler()
766 stopStreaming(httpServer); in sigIntHandler()
1187 if ((httpServer = in main()
1196 while (httpServer->state != STREAMING_STOPPED) in main()