Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt6 a) Usable as main system memory (i.e. cacheable), and
25 (i.e cacheable).
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c864 u->cacheable = 1; in ngx_http_upstream_cache()
961 u->cacheable = 0; in ngx_http_upstream_cache()
983 u->cacheable = 0; in ngx_http_upstream_cache()
1142 || !u->cacheable in ngx_http_upstream_cache_check_range()
3040 u->cacheable = 0; in ngx_http_upstream_send_response()
3058 if (u->cacheable) { in ngx_http_upstream_send_response()
3132 p->cacheable = u->cacheable || u->store; in ngx_http_upstream_send_response()
3145 if (p->cacheable) { in ngx_http_upstream_send_response()
3183 if (u->cacheable) { in ngx_http_upstream_send_response()
4547 u->cacheable = 0; in ngx_http_upstream_process_set_cookie()
[all …]
H A Dngx_http_upstream.h384 unsigned cacheable:1; member
H A Dngx_http_request.h519 unsigned cacheable:1;
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h58 unsigned cacheable:1; member
H A Dngx_event_pipe.c247 } else if (!p->cacheable in ngx_event_pipe_read_upstream()
264 } else if (p->cacheable in ngx_event_pipe_read_upstream()
481 if (p->cacheable && (p->in || p->buf_to_file)) { in ngx_event_pipe_read_upstream()
637 } else if (!p->cacheable && !p->writing && p->in) { in ngx_event_pipe_write_to_downstream()
702 if (p->cacheable || !p->cyclic_temp_file) { in ngx_event_pipe_write_to_downstream()
776 if (!p->cacheable) { in ngx_event_pipe_write_chain_to_temp_file()
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt29 The default value is 0 (for non-cacheable, non-buffered,
H A Dsnps,dma-spear1340.yaml143 bit 1 - DMA is bufferable, bit 2 - DMA is cacheable.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml159 memory non-cacheable transactions" into "cacheable no allocate" (for reads)
/f-stack/freebsd/arm/include/
H A Dbus.h481 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
495 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/f-stack/freebsd/mips/include/
H A Dbus.h445 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
459 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
6041 results.cacheable || ( l > 1 && i < lastIndex ) ?
6151 var fragment, cacheable, cacheresults, doc,
6178 cacheable = true;
6191 if ( cacheable ) {
6195 return { fragment: fragment, cacheable: cacheable };
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c665 params = r->upstream->cacheable ? &scf->params_cache : &scf->params; in ngx_http_scgi_create_request()
H A Dngx_http_uwsgi_module.c853 params = r->upstream->cacheable ? &uwcf->params_cache : &uwcf->params; in ngx_http_uwsgi_create_request()
H A Dngx_http_fastcgi_module.c860 params = u->cacheable ? &flcf->params_cache : &flcf->params; in ngx_http_fastcgi_create_request()
H A Dngx_http_proxy_module.c1194 headers = u->cacheable ? &plcf->headers_cache : &plcf->headers; in ngx_http_proxy_create_request()
/f-stack/app/nginx-1.16.1/
H A DCHANGES2602 *) Bugfix: in some cases non-cacheable variables (such as the $args
2861 *) Bugfix: non-cacheable responses might be cached if
4307 cacheable responses.
5849 *) Bugfix: in some cases non-cacheable variables (such as $uri variable)