Searched refs:av_strlcat (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Davstring.h74 size_t av_strlcat(char *dst, const char *src, size_t size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Davstring.h74 size_t av_strlcat(char *dst, const char *src, size_t size);
H A Davstring.c60 size_t av_strlcat(char *dst, const char *src, size_t size) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.c138 av_strlcat(buf, " (", buf_size);
143 if (ch>0) av_strlcat(buf, "|", buf_size);
144 av_strlcat(buf, name, buf_size);
149 av_strlcat(buf, ")", buf_size);
H A Dutils.c762 av_strlcat(buf, ", ", buf_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpproto.c90 av_strlcat(buf, "&", buf_size);
92 av_strlcat(buf, "?", buf_size);
94 av_strlcat(buf, buf1, buf_size);
H A Drtsp.c445 av_strlcat(rtsp_st->control_url, "/", sizeof(rtsp_st->control_url));
446 av_strlcat(rtsp_st->control_url, p, sizeof(rtsp_st->control_url));
756 av_strlcat(buf, buf1, sizeof(buf));
759 av_strlcat(buf, buf1, sizeof(buf));
761 av_strlcat(buf, "\r\n", sizeof(buf));
800 av_strlcat(rt->last_reply, p, sizeof(rt->last_reply));
801 av_strlcat(rt->last_reply, "\n", sizeof(rt->last_reply));
936 av_strlcat(transport, "unicast;", sizeof(transport));
948 av_strlcat(transport, "unicast;", sizeof(transport));
961 av_strlcat(transpor
[all...]
H A Dmatroskadec.c1007 av_strlcat(key, "-", sizeof(key));
1008 av_strlcat(key, lang, sizeof(key));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dppm.c76 av_strlcat( command, argv[ i ], COMMAND_SIZE );
77 av_strlcat( command, " ", COMMAND_SIZE );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c98 av_strlcat(buf, " ", sizeof(buf));
99 av_strlcat(buf, po->argname, sizeof(buf));
H A Dffserver.c3125 av_strlcat(c->protocol, proto_str, sizeof(c->protocol));

Completed in 177 milliseconds