Searched refs:last_reply (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h278 char last_reply[2048]; /* XXX: allocate ? */ member in struct:RTSPState
H A Drtsp.c1097 rt->last_reply[0] = '\0';
1140 av_strlcat(rt->last_reply, p, sizeof(rt->last_reply));
1141 av_strlcat(rt->last_reply, "\n", sizeof(rt->last_reply));
1333 av_log(s, AV_LOG_DEBUG, "%s\n", rt->last_reply);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h265 char last_reply[2048]; /* XXX: allocate ? */ member in struct:RTSPState
H A Drtsp.c907 rt->last_reply[0] = '\0';
944 av_strlcat(rt->last_reply, p, sizeof(rt->last_reply));
945 av_strlcat(rt->last_reply, "\n", sizeof(rt->last_reply));
1096 av_log(s, AV_LOG_DEBUG, "%s\n", rt->last_reply);

Completed in 46 milliseconds