Home
last modified time | relevance | path

Searched refs:proto_size (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dutils.c357 void av_url_split(char *proto, int proto_size, in av_url_split() argument
366 if (proto_size > 0) in av_url_split()
377 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url)); in av_url_split()
H A Davformat.h2712 * @param proto_size the size of the proto buffer
2722 void av_url_split(char *proto, int proto_size,

Completed in 5 milliseconds