|
Groonga 3.0.9 Source Code Document
|


Go to the source code of this file.
Data Structures | |
| struct | ngx_open_file_info_t |
| struct | ngx_cached_open_file_s |
| struct | ngx_open_file_cache_t |
| struct | ngx_open_file_cache_cleanup_t |
| struct | ngx_open_file_cache_event_t |
Macros | |
| #define | NGX_OPEN_FILE_DIRECTIO_OFF NGX_MAX_OFF_T_VALUE |
Typedefs | |
| typedef struct ngx_cached_open_file_s | ngx_cached_open_file_t |
Functions | |
| ngx_open_file_cache_t * | ngx_open_file_cache_init (ngx_pool_t *pool, ngx_uint_t max, time_t inactive) |
| ngx_int_t | ngx_open_cached_file (ngx_open_file_cache_t *cache, ngx_str_t *name, ngx_open_file_info_t *of, ngx_pool_t *pool) |
| #define NGX_OPEN_FILE_DIRECTIO_OFF NGX_MAX_OFF_T_VALUE |
Definition at line 16 of file ngx_open_file_cache.h.
| typedef struct ngx_cached_open_file_s ngx_cached_open_file_t |
Definition at line 54 of file ngx_open_file_cache.h.
| ngx_int_t ngx_open_cached_file | ( | ngx_open_file_cache_t * | cache, |
| ngx_str_t * | name, | ||
| ngx_open_file_info_t * | of, | ||
| ngx_pool_t * | pool | ||
| ) |
Definition at line 140 of file ngx_open_file_cache.c.


| ngx_open_file_cache_t* ngx_open_file_cache_init | ( | ngx_pool_t * | pool, |
| ngx_uint_t | max, | ||
| time_t | inactive | ||
| ) |
1.8.1.2