Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c688 zvol_getgeo(struct block_device *bdev, struct hd_geometry *geo) in zvol_getgeo() argument
698 geo->heads = 16; in zvol_getgeo()
699 geo->sectors = 63; in zvol_getgeo()
701 geo->heads = 2; in zvol_getgeo()
702 geo->sectors = 4; in zvol_getgeo()
705 geo->start = 0; in zvol_getgeo()
706 geo->cylinders = sectors / (geo->heads * geo->sectors); in zvol_getgeo()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c395 ngx_http_geo_ctx_t *geo; in ngx_http_geo_block() local
404 if (geo == NULL) { in ngx_http_geo_block()
422 if (geo->index == NGX_ERROR) { in ngx_http_geo_block()
438 geo->index = -1; in ngx_http_geo_block()
481 geo->proxies = ctx.proxies; in ngx_http_geo_block()
482 geo->proxy_recursive = ctx.proxy_recursive; in ngx_http_geo_block()
524 geo->u.high = ctx.high; in ngx_http_geo_block()
527 var->data = (uintptr_t) geo; in ngx_http_geo_block()
537 geo->u.trees.tree = ctx.tree; in ngx_http_geo_block()
547 geo->u.trees.tree6 = ctx.tree6; in ngx_http_geo_block()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c365 ngx_stream_geo_ctx_t *geo; in ngx_stream_geo_block() local
373 geo = ngx_palloc(cf->pool, sizeof(ngx_stream_geo_ctx_t)); in ngx_stream_geo_block()
374 if (geo == NULL) { in ngx_stream_geo_block()
391 geo->index = ngx_stream_get_variable_index(cf, &name); in ngx_stream_geo_block()
392 if (geo->index == NGX_ERROR) { in ngx_stream_geo_block()
408 geo->index = -1; in ngx_stream_geo_block()
491 geo->u.high = ctx.high; in ngx_stream_geo_block()
494 var->data = (uintptr_t) geo; in ngx_stream_geo_block()
504 geo->u.trees.tree = ctx.tree; in ngx_stream_geo_block()
514 geo->u.trees.tree6 = ctx.tree6; in ngx_stream_geo_block()
[all …]
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru70 *) Исправление: в директиве geo при использовании unix domain
307 *) Исправление: в обработке ошибок выделения памяти в директиве geo.
430 директивы geo не работали на Windows.
819 *) Исправление: в параметре ranges директивы geo.
2496 *) Добавление: параметр proxy_recursive директивы geo.
3451 *) Добавление: ускорение загрузки больших баз geo-диапазонов.
3642 *) Исправление: geo-диапазон возвращал значение по умолчанию, если
4117 *) Добавление: параметр proxy директивы geo.
4778 *) Исправление: в параметре delete директивы geo.
4794 *) Добавление: параметры delete и ranges в директиве geo.
[all …]
H A DCHANGES69 *) Bugfix: in the "geo" directive when using unix domain listen sockets.
422 parameter of the "geo" directive did not work on Windows.
806 *) Bugfix: in the "ranges" parameter of the "geo" directive.
2441 of the "geo" directive now support IPv6 addresses.
3389 *) Feature: large geo ranges base loading speed-up.
4036 *) Feature: the "proxy" parameter of the "geo" directive.
4591 *) Bugfix: in geo ranges.
4607 *) Bugfixes in geo ranges.
4689 *) Bugfix: in the "delete" parameter of the "geo" directive.
4709 *) Feature: decrease of memory required for geo base load.
[all …]
/f-stack/app/redis-5.0.5/src/
H A DMakefile185 ….o hyperloglog.o latency.o sparkline.o redis-check-rdb.o redis-check-aof.o geo.o lazyfree.o module…
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim87 syn keyword ngxDirectiveBlock contained geo