Searched refs:nBodySize (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 161 int nBodySize = pack->m_nBodySize; in ServeInvoke() local 164 nBodySize--; in ServeInvoke() 174 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
|
| H A D | rtmpsrv.c | 467 unsigned int nBodySize; in ServeInvoke() local 471 nBodySize = packet->m_nBodySize - offset; in ServeInvoke() 481 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 128 static int HandleInvoke(RTMP *r, const char *body, unsigned int nBodySize); 2912 HandleInvoke(RTMP *r, const char *body, unsigned int nBodySize) in HandleInvoke() argument 2925 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in HandleInvoke()
|