ocache             63 http/ngx_http_file_cache.c     ngx_http_file_cache_t  *ocache = data;
ocache             71 http/ngx_http_file_cache.c     if (ocache) {
ocache             72 http/ngx_http_file_cache.c         if (ngx_strcmp(cache->path->name.data, ocache->path->name.data) != 0) {
ocache             77 http/ngx_http_file_cache.c                           &ocache->path->name);
ocache             83 http/ngx_http_file_cache.c             if (cache->path->level[n] != ocache->path->level[n]) {
ocache             91 http/ngx_http_file_cache.c         cache->sh = ocache->sh;
ocache             93 http/ngx_http_file_cache.c         cache->shpool = ocache->shpool;
ocache             94 http/ngx_http_file_cache.c         cache->bsize = ocache->bsize;