Lines Matching refs:STREAMING_SERVER
99 } STREAMING_SERVER; typedef
101 STREAMING_SERVER *rtmpServer = 0; // server structure pointer
103 STREAMING_SERVER *startStreaming(const char *address, int port);
104 void stopStreaming(STREAMING_SERVER * server);
158 ServeInvoke(STREAMING_SERVER *server, int which, RTMPPacket *pack, const char *body) in ServeInvoke()
455 ServePacket(STREAMING_SERVER *server, int which, RTMPPacket *packet) in ServePacket()
735 STREAMING_SERVER *server = arg; in doServe()
1015 STREAMING_SERVER *server = arg; in serverThread()
1022 STREAMING_SERVER *srv2 = malloc(sizeof(STREAMING_SERVER)); in serverThread()
1055 STREAMING_SERVER *
1060 STREAMING_SERVER *server; in startStreaming()
1092 server = (STREAMING_SERVER *) calloc(1, sizeof(STREAMING_SERVER)); in startStreaming()
1101 stopStreaming(STREAMING_SERVER * server) in stopStreaming()