Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c158 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 Drtmpsrv.c464 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()