Searched refs:ServeInvoke (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 158 ServeInvoke(STREAMING_SERVER *server, int which, RTMPPacket *pack, const char *body) in ServeInvoke() function 509 ret = ServeInvoke(server, which, packet, packet->m_body + 1); in ServePacket() 522 ret = ServeInvoke(server, which, packet, packet->m_body); in ServePacket()
|
| H A D | rtmpsrv.c | 464 ServeInvoke(STREAMING_SERVER *server, RTMP * r, RTMPPacket *packet, unsigned int offset) in ServeInvoke() function 822 if (ServeInvoke(server, r, packet, 1)) in ServePacket() 837 if (ServeInvoke(server, r, packet, 0)) in ServePacket()
|