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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.h140 static inline size_t av_strnlen(const char *s, size_t len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwc3movie.c253 if (i >= size || av_strnlen(&text[i + 1], size - i - 1) >= size - i - 1)
257 if (i >= size || av_strnlen(&text[i + 1], size - i - 1) >= size - i - 1)
261 if (i >= size || av_strnlen(&text[i + 1], size - i - 1) >= size - i - 1)

Completed in 52 milliseconds