|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| ngx_file_t | file |
| u_char * | buffer |
| u_char * | buffer_start |
| u_char * | buffer_pos |
| u_char * | buffer_end |
| size_t | buffer_size |
| off_t | offset |
| off_t | end |
| off_t | content_length |
| ngx_uint_t | start |
| uint32_t | timescale |
| ngx_http_request_t * | request |
| ngx_array_t | trak |
| ngx_http_mp4_trak_t | traks [2] |
| size_t | ftyp_size |
| size_t | moov_size |
| ngx_chain_t * | out |
| ngx_chain_t | ftyp_atom |
| ngx_chain_t | moov_atom |
| ngx_chain_t | mvhd_atom |
| ngx_chain_t | mdat_atom |
| ngx_chain_t | mdat_data |
| ngx_buf_t | ftyp_atom_buf |
| ngx_buf_t | moov_atom_buf |
| ngx_buf_t | mvhd_atom_buf |
| ngx_buf_t | mdat_atom_buf |
| ngx_buf_t | mdat_data_buf |
| u_char | moov_atom_header [8] |
| u_char | mdat_atom_header [16] |
Definition at line 111 of file ngx_http_mp4_module.c.
| u_char* buffer |
Definition at line 114 of file ngx_http_mp4_module.c.
| u_char* buffer_end |
Definition at line 117 of file ngx_http_mp4_module.c.
| u_char* buffer_pos |
Definition at line 116 of file ngx_http_mp4_module.c.
| size_t buffer_size |
Definition at line 118 of file ngx_http_mp4_module.c.
| u_char* buffer_start |
Definition at line 115 of file ngx_http_mp4_module.c.
| off_t content_length |
Definition at line 122 of file ngx_http_mp4_module.c.
| off_t end |
Definition at line 121 of file ngx_http_mp4_module.c.
| ngx_file_t file |
Definition at line 112 of file ngx_http_mp4_module.c.
| ngx_chain_t ftyp_atom |
Definition at line 133 of file ngx_http_mp4_module.c.
| ngx_buf_t ftyp_atom_buf |
Definition at line 139 of file ngx_http_mp4_module.c.
| size_t ftyp_size |
Definition at line 129 of file ngx_http_mp4_module.c.
| ngx_chain_t mdat_atom |
Definition at line 136 of file ngx_http_mp4_module.c.
| ngx_buf_t mdat_atom_buf |
Definition at line 142 of file ngx_http_mp4_module.c.
| u_char mdat_atom_header[16] |
Definition at line 146 of file ngx_http_mp4_module.c.
| ngx_chain_t mdat_data |
Definition at line 137 of file ngx_http_mp4_module.c.
| ngx_buf_t mdat_data_buf |
Definition at line 143 of file ngx_http_mp4_module.c.
| ngx_chain_t moov_atom |
Definition at line 134 of file ngx_http_mp4_module.c.
| ngx_buf_t moov_atom_buf |
Definition at line 140 of file ngx_http_mp4_module.c.
| u_char moov_atom_header[8] |
Definition at line 145 of file ngx_http_mp4_module.c.
| size_t moov_size |
Definition at line 130 of file ngx_http_mp4_module.c.
| ngx_chain_t mvhd_atom |
Definition at line 135 of file ngx_http_mp4_module.c.
| ngx_buf_t mvhd_atom_buf |
Definition at line 141 of file ngx_http_mp4_module.c.
| off_t offset |
Definition at line 120 of file ngx_http_mp4_module.c.
| ngx_chain_t* out |
Definition at line 132 of file ngx_http_mp4_module.c.
| ngx_http_request_t* request |
Definition at line 125 of file ngx_http_mp4_module.c.
| ngx_uint_t start |
Definition at line 123 of file ngx_http_mp4_module.c.
| uint32_t timescale |
Definition at line 124 of file ngx_http_mp4_module.c.
| ngx_array_t trak |
Definition at line 126 of file ngx_http_mp4_module.c.
| ngx_http_mp4_trak_t traks[2] |
Definition at line 127 of file ngx_http_mp4_module.c.
1.8.1.2