Lines Matching defs:end
1200 const char *end;
1238 end = av_stristr(ptr, ",");
1239 if (end) {
1240 av_strlcpy(vs->key_uri, ptr, end - ptr);
1249 end = av_stristr(ptr, ",");
1250 if (end) {
1251 av_strlcpy(vs->iv_string, ptr, end - ptr);
2065 char *end;
2099 num = strtoll(val, &end, 10);
2100 if (!av_isdigit(*val) || *end != '\0') {
2449 /* reset end_pts, hls->recording_time at end of the init hls list */
2614 // if we're building a VOD playlist, skip writing the manifest multiple times, and just wait until the end
2798 av_log(s, AV_LOG_WARNING, "Failed to upload file '%s' at the end.\n", oc->url);