Home
last modified time | relevance | path

Searched refs:ngx_http_mp4_atofp (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c226 static ngx_int_t ngx_http_mp4_atofp(u_char *line, size_t n, size_t point);
551 start = ngx_http_mp4_atofp(value.data, value.len, 3); in ngx_http_mp4_handler()
556 end = ngx_http_mp4_atofp(value.data, value.len, 3); in ngx_http_mp4_handler()
687 ngx_http_mp4_atofp(u_char *line, size_t n, size_t point) in ngx_http_mp4_atofp() function