Searched refs:av_strlcpy (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Davstring.h60 size_t av_strlcpy(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.h60 size_t av_strlcpy(char *dst, const char *src, size_t size);
H A Davstring.c50 size_t av_strlcpy(char *dst, const char *src, size_t size) function
65 return len + av_strlcpy(dst + len, src, size - len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmetadata_compat.c68 av_strlcpy((char *)ptr, m->elems[j].value, compat_tab[i].size);
98 av_strlcpy(ctx->streams[i]->language, m->elems[j].value, 4);
H A Dhttp.c77 av_strlcpy(hoststr, hostname, sizeof(hoststr));
130 av_strlcpy(s->location, uri, URL_SIZE);
H A Dimg2.c198 av_strlcpy(s->path, s1->filename, sizeof(s->path));
318 av_strlcpy(img->path, s->filename, sizeof(img->path));
H A Davio.c216 av_strlcpy(buf, h->filename, buf_size);
H A Drtsp.c432 av_strlcpy(rtsp_st->control_url, s->filename, sizeof(rtsp_st->control_url));
448 av_strlcpy(rtsp_st->control_url, p, sizeof(rtsp_st->control_url));
693 av_strlcpy(reply->real_challenge, p, sizeof(reply->real_challenge));
696 av_strlcpy(reply->server, p, sizeof(reply->server));
754 av_strlcpy(buf, cmd, sizeof(buf));
807 av_strlcpy(rt->session_id, reply->session_id, sizeof(rt->session_id));
H A Dutils.c429 av_strlcpy(ic->filename, filename, sizeof(ic->filename));
3279 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url));
3285 av_strlcpy(path, url, path_size);
3294 av_strlcpy(path, ls, path_size);
3302 av_strlcpy(authorization, p,
3309 av_strlcpy(hostname, p + 1,
3314 av_strlcpy(hostname, p,
3318 av_strlcpy(hostname, p,
H A Dmp3.c202 av_strlcpy(dst, id3v1_genre_str[genre], sizeof(dst));
H A Drmdec.c213 av_strlcpy(st->codec->codec_name, buf, sizeof(st->codec->codec_name));
H A Dmatroskadec.c1000 else av_strlcpy(key, tags[i].name, sizeof(key));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c419 av_strlcpy(pathname, my_program_name, sizeof(pathname));
1204 av_strlcpy(file1, filename, sizeof(file1));
1209 av_strlcpy(file2, stream->filename, sizeof(file2));
1214 av_strlcpy(filename, stream->filename, max_size);
1247 av_strlcpy(c->method, cmd, sizeof(c->method));
1257 av_strlcpy(c->url, url, sizeof(c->url));
1263 av_strlcpy(c->protocol, protocol, sizeof(c->protocol));
1271 av_strlcpy(info, p, sizeof(info));
1276 av_strlcpy(filename, url + ((*url == '/') ? 1 : 0), sizeof(filename)-1);
1313 av_strlcpy(filenam
[all...]
H A Dcmdutils.c96 av_strlcpy(buf, po->name, sizeof(buf));
H A Dffmpeg.c3299 av_strlcpy(oc->filename, filename, sizeof(oc->filename));
3730 av_strlcpy(filename, arg, sizeof(filename));
H A Dffplay.c2143 av_strlcpy(is->filename, filename, sizeof(is->filename));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.c131 av_strlcpy(buf, channel_layout_map[i].name, buf_size);

Completed in 264 milliseconds