Lines Matching refs:STREAMING_SERVER
92 } STREAMING_SERVER; typedef
94 STREAMING_SERVER *rtmpServer = 0; // server structure pointer
97 STREAMING_SERVER *startStreaming(const char *address, int port);
98 void stopStreaming(STREAMING_SERVER * server);
464 ServeInvoke(STREAMING_SERVER *server, RTMP * r, RTMPPacket *packet, unsigned int offset) in ServeInvoke()
764 ServePacket(STREAMING_SERVER *server, RTMP *r, RTMPPacket *packet) in ServePacket()
875 void doServe(STREAMING_SERVER * server, // server socket and state (our listening socket) in doServe()
951 STREAMING_SERVER *server = arg; in serverThread()
988 STREAMING_SERVER *
993 STREAMING_SERVER *server; in startStreaming()
1025 server = (STREAMING_SERVER *) calloc(1, sizeof(STREAMING_SERVER)); in startStreaming()
1034 stopStreaming(STREAMING_SERVER * server) in stopStreaming()