cacheable         208 event/ngx_event_busy_lock.c     ngx_uint_t   i, bit, cacheable, mask;
cacheable         211 event/ngx_event_busy_lock.c     cacheable = 0;
cacheable         230 event/ngx_event_busy_lock.c             cacheable++;
cacheable         236 event/ngx_event_busy_lock.c         if (cacheable == bl->cacheable) {
cacheable         237 event/ngx_event_busy_lock.c             if (free == -1 && cacheable < bl->max_busy) {
cacheable         262 event/ngx_event_busy_lock.c     bl->cacheable++;
cacheable          37 event/ngx_event_busy_lock.h     ngx_uint_t                  cacheable;
cacheable         202 event/ngx_event_pipe.c             } else if (!p->cacheable
cacheable         219 event/ngx_event_pipe.c             } else if (p->cacheable
cacheable         416 event/ngx_event_pipe.c     if (p->cacheable && p->in) {
cacheable         492 event/ngx_event_pipe.c             if (p->cacheable && p->buf_to_file) {
cacheable         566 event/ngx_event_pipe.c             } else if (!p->cacheable && p->in) {
cacheable         646 event/ngx_event_pipe.c                 if (p->cacheable || !p->cyclic_temp_file) {
cacheable         693 event/ngx_event_pipe.c     if (!p->cacheable) {
cacheable          50 event/ngx_event_pipe.h     unsigned           cacheable:1;
cacheable         124 http/ngx_http_busy_lock.c         bl->cacheable--;
cacheable         135 http/ngx_http_busy_lock.c     int    i, b, cacheable, free;
cacheable         139 http/ngx_http_busy_lock.c     cacheable = 0;
cacheable         156 http/ngx_http_busy_lock.c             cacheable++;
cacheable         163 http/ngx_http_busy_lock.c         if (cacheable == bl->cacheable) {
cacheable         164 http/ngx_http_busy_lock.c             if (free == -1 && cacheable < bl->max_busy) {
cacheable         189 http/ngx_http_busy_lock.c         bl->cacheable++;
cacheable          20 http/ngx_http_busy_lock.h     int                 cacheable;
cacheable         488 http/ngx_http_request.h     unsigned                          cacheable:1;
cacheable         677 http/ngx_http_upstream.c         u->cacheable = 1;
cacheable         745 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable         954 http/ngx_http_upstream.c         if (!u->cacheable) {
cacheable         977 http/ngx_http_upstream.c         if (!u->cacheable && u->peer.connection) {
cacheable        1040 http/ngx_http_upstream.c     if (!u->cacheable && u->peer.connection) {
cacheable        2022 http/ngx_http_upstream.c         if (u->cacheable || u->store) {
cacheable        2131 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        2159 http/ngx_http_upstream.c             u->cacheable = 1;
cacheable        2165 http/ngx_http_upstream.c     if (u->cacheable) {
cacheable        2188 http/ngx_http_upstream.c             u->cacheable = 0;
cacheable        2194 http/ngx_http_upstream.c                    "http cacheable: %d", u->cacheable);
cacheable        2196 http/ngx_http_upstream.c     if (u->cacheable == 0 && r->cache) {
cacheable        2214 http/ngx_http_upstream.c     p->cacheable = u->cacheable || u->store;
cacheable        2227 http/ngx_http_upstream.c     if (p->cacheable) {
cacheable        2251 http/ngx_http_upstream.c     if (u->cacheable) {
cacheable        2660 http/ngx_http_upstream.c         if (u->cacheable) {
cacheable        2693 http/ngx_http_upstream.c         if (!u->cacheable && !u->store && u->peer.connection) {
cacheable        2997 http/ngx_http_upstream.c     if (u->cacheable && r->cache) {
cacheable        3069 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        3126 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        3148 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        3153 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        3193 http/ngx_http_upstream.c         u->cacheable = 0;
cacheable        3236 http/ngx_http_upstream.c             u->cacheable = 0;
cacheable        3464 http/ngx_http_upstream.c     if (r->upstream->cacheable) {
cacheable         302 http/ngx_http_upstream.h     unsigned                         cacheable:1;