Home
last modified time | relevance | path

Searched refs:nBodySize (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c161 int nBodySize = pack->m_nBodySize; in ServeInvoke() local
164 nBodySize--; in ServeInvoke()
174 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
H A Drtmpsrv.c467 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 Drtmp.c128 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()