Home
last modified time | relevance | path

Searched refs:upstream (Results 26 – 50 of 13918) sorted by relevance

12345678910>>...557

/dports/www/nginx-full/redis2-nginx-module-0.15/src/
H A Dngx_http_redis2_module.c177 conf->upstream.cyclic_temp_file = 0; in ngx_http_redis2_create_loc_conf()
178 conf->upstream.buffering = 0; in ngx_http_redis2_create_loc_conf()
180 conf->upstream.send_lowat = 0; in ngx_http_redis2_create_loc_conf()
181 conf->upstream.bufs.num = 0; in ngx_http_redis2_create_loc_conf()
185 conf->upstream.intercept_errors = 1; in ngx_http_redis2_create_loc_conf()
186 conf->upstream.intercept_404 = 1; in ngx_http_redis2_create_loc_conf()
224 if (conf->upstream.upstream == NULL) { in ngx_http_redis2_merge_loc_conf()
225 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_redis2_merge_loc_conf()
261 if (rlcf->upstream.upstream) { in ngx_http_redis2_pass()
303 rlcf->upstream.upstream = ngx_http_upstream_add(cf, &url, 0); in ngx_http_redis2_pass()
[all …]
/dports/devel/R-cran-gert/gert/R/
H A Drebase.R25 git_rebase_list <- function(upstream = NULL, repo = '.'){ argument
26 git_rebase(upstream = upstream, commit_changes = FALSE, repo = repo)
32 git_rebase(upstream = upstream, commit_changes = TRUE, repo = repo)
36 git_rebase <- function(upstream, commit_changes, repo){ argument
39 if(!length(upstream)){
40 if(!length(info$upstream) || is.na(info$upstream) || !nchar(info$upstream))
43 upstream <- info$upstream
96 if(!length(upstream))
97 upstream <- git_info(repo = repo)$upstream
98 if(!length(upstream))
[all …]
/dports/databases/pgroonga/pgroonga-2.3.4/packages/yum/
H A Dpostgresql-pgroonga.spec.in99 - New upstream release.
102 - New upstream release.
105 - New upstream release.
108 - New upstream release.
111 - New upstream release.
114 - New upstream release.
117 - New upstream release.
120 - New upstream release.
123 - New upstream release.
126 - New upstream release.
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/debian/
H A Dchangelog3 * New upstream version
9 * New upstream version
15 * New upstream version
21 * New upstream version
27 * New upstream version
33 * New upstream version
39 * New upstream version
45 * New upstream version
51 * New upstream version
57 * New upstream version
[all …]
/dports/net/rclone/rclone-1.57.0/backend/union/policy/
H A Deprand.go21 func (p *EpRand) rand(upstreams []*upstream.Fs) *upstream.Fs {
25 func (p *EpRand) randEntries(entries []upstream.Entry) upstream.Entry {
30 func (p *EpRand) Action(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs…
35 return []*upstream.Fs{p.rand(upstreams)}, nil
39 func (p *EpRand) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
44 return []upstream.Entry{p.randEntries(entries)}, nil
48 func (p *EpRand) Create(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs…
53 return []*upstream.Fs{p.rand(upstreams)}, nil
57 func (p *EpRand) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
66 func (p *EpRand) Search(ctx context.Context, upstreams []*upstream.Fs, path string) (*upstream.Fs, …
[all …]
H A Drand.go21 func (p *Rand) rand(upstreams []*upstream.Fs) *upstream.Fs {
25 func (p *Rand) randEntries(entries []upstream.Entry) upstream.Entry {
30 func (p *Rand) Action(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs, …
35 return []*upstream.Fs{p.rand(upstreams)}, nil
39 func (p *Rand) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
44 return []upstream.Entry{p.randEntries(entries)}, nil
48 func (p *Rand) Create(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs, …
53 return []*upstream.Fs{p.rand(upstreams)}, nil
57 func (p *Rand) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
66 func (p *Rand) Search(ctx context.Context, upstreams []*upstream.Fs, path string) (*upstream.Fs, er…
[all …]
H A Deplfs.go21 func (p *EpLfs) lfs(upstreams []*upstream.Fs) (*upstream.Fs, error) {
23 var lfsupstream *upstream.Fs
41 func (p *EpLfs) lfsEntries(entries []upstream.Entry) (upstream.Entry, error) {
43 var lfsEntry upstream.Entry
65 return []*upstream.Fs{u}, err
69 func (p *EpLfs) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
75 return []upstream.Entry{e}, err
85 return []*upstream.Fs{u}, err
89 func (p *EpLfs) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
95 return []upstream.Entry{e}, err
[all …]
H A Deplus.go21 func (p *EpLus) lus(upstreams []*upstream.Fs) (*upstream.Fs, error) {
23 var lusupstream *upstream.Fs
41 func (p *EpLus) lusEntries(entries []upstream.Entry) (upstream.Entry, error) {
43 var lusEntry upstream.Entry
65 return []*upstream.Fs{u}, err
69 func (p *EpLus) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
75 return []upstream.Entry{e}, err
85 return []*upstream.Fs{u}, err
89 func (p *EpLus) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
95 return []upstream.Entry{e}, err
[all …]
H A Depmfs.go20 func (p *EpMfs) mfs(upstreams []*upstream.Fs) (*upstream.Fs, error) {
22 var mfsupstream *upstream.Fs
40 func (p *EpMfs) mfsEntries(entries []upstream.Entry) (upstream.Entry, error) {
42 var mfsEntry upstream.Entry
64 return []*upstream.Fs{u}, err
68 func (p *EpMfs) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
74 return []upstream.Entry{e}, err
84 return []*upstream.Fs{u}, err
88 func (p *EpMfs) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
94 return []upstream.Entry{e}, err
[all …]
H A Deplno.go21 func (p *EpLno) lno(upstreams []*upstream.Fs) (*upstream.Fs, error) {
23 var lnoUpstream *upstream.Fs
41 func (p *EpLno) lnoEntries(entries []upstream.Entry) (upstream.Entry, error) {
43 var lnoEntry upstream.Entry
65 return []*upstream.Fs{u}, err
69 func (p *EpLno) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
75 return []upstream.Entry{e}, err
85 return []*upstream.Fs{u}, err
89 func (p *EpLno) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
95 return []upstream.Entry{e}, err
[all …]
H A Dpolicy.go21 Action(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs, error)
24 Create(ctx context.Context, upstreams []*upstream.Fs, path string) ([]*upstream.Fs, error)
27 Search(ctx context.Context, upstreams []*upstream.Fs, path string) (*upstream.Fs, error)
30 ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error)
33 CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error)
36 SearchEntries(entries ...upstream.Entry) (upstream.Entry, error)
52 func filterRO(ufs []*upstream.Fs) (wufs []*upstream.Fs) {
61 func filterROEntries(ue []upstream.Entry) (wue []upstream.Entry) {
70 func filterNC(ufs []*upstream.Fs) (wufs []*upstream.Fs) {
79 func filterNCEntries(ue []upstream.Entry) (wue []upstream.Entry) {
H A Dnewest.go23 func (p *Newest) newest(ctx context.Context, upstreams []*upstream.Fs, filePath string) (*upstream.…
42 var newestFs *upstream.Fs
55 func (p *Newest) newestEntries(entries []upstream.Entry) (upstream.Entry, error) {
70 var newestEntry upstream.Entry
93 return []*upstream.Fs{u}, err
97 func (p *Newest) ActionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
106 return []upstream.Entry{e}, err
119 return []*upstream.Fs{u}, err
123 func (p *Newest) CreateEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
132 return []upstream.Entry{e}, err
[all …]
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_memcached_module.c14 ngx_http_upstream_conf_t upstream; member
201 u = r->upstream; in ngx_http_memcached_handler()
208 u->conf = &mlcf->upstream; in ngx_http_memcached_handler()
320 u = r->upstream; in ngx_http_memcached_process_header()
459 u = ctx->request->upstream; in ngx_http_memcached_filter_init()
483 u = ctx->request->upstream; in ngx_http_memcached_filter()
681 if (conf->upstream.upstream == NULL) { in ngx_http_memcached_merge_loc_conf()
682 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memcached_merge_loc_conf()
704 if (mlcf->upstream.upstream) { in ngx_http_memcached_pass()
715 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_memcached_pass()
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/connect-components/
H A Dtest.oslgroup1 shader upstream upstream;
3 connect upstream.f_out downstream.f_in;
4 connect upstream.C_out downstream.C_in;
5 connect upstream.C_out[1] downstream.f_comp_in;
6 connect upstream.r_out downstream.C_rgb_in[0];
7 connect upstream.g_out downstream.C_rgb_in[1];
8 connect upstream.b_out downstream.C_rgb_in[2];
12 connect upstream.r_out downstream.C_justr_in[0];
13 connect upstream.g_out downstream.C_justg_in[1];
14 connect upstream.b_out downstream.C_justb_in[2];
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/connect-components/
H A Dtest.oslgroup1 shader upstream upstream;
3 connect upstream.f_out downstream.f_in;
4 connect upstream.C_out downstream.C_in;
5 connect upstream.C_out[1] downstream.f_comp_in;
6 connect upstream.r_out downstream.C_rgb_in[0];
7 connect upstream.g_out downstream.C_rgb_in[1];
8 connect upstream.b_out downstream.C_rgb_in[2];
12 connect upstream.r_out downstream.C_justr_in[0];
13 connect upstream.g_out downstream.C_justg_in[1];
14 connect upstream.b_out downstream.C_justb_in[2];
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/distributions/debian/desktop/
H A Dchangelog3 * new upstream version
9 * new upstream version
15 * new upstream version
21 * new upstream version
27 * new upstream version
33 * new upstream version
39 * new upstream version
45 * new upstream version
57 * new upstream version
76 * new upstream version
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Doperation.c241 upstream = op->o_upstream; in operation_unlink()
247 assert( client || upstream ); in operation_unlink()
254 if ( upstream ) { in operation_unlink()
315 CONNECTION_LOCK(upstream); in operation_unlink_upstream()
332 b = upstream->c_backend; in operation_unlink_upstream()
334 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) { in operation_unlink_upstream()
361 ber = upstream->c_pendingber; in operation_send_abandon()
528 CONNECTION_LOCK(upstream); in connection_timeout()
577 CONNECTION_UNLOCK(upstream); in connection_timeout()
603 CONNECTION_LOCK(upstream); in connection_timeout()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Doperation.c241 upstream = op->o_upstream; in operation_unlink()
247 assert( client || upstream ); in operation_unlink()
254 if ( upstream ) { in operation_unlink()
315 CONNECTION_LOCK(upstream); in operation_unlink_upstream()
332 b = upstream->c_backend; in operation_unlink_upstream()
334 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) { in operation_unlink_upstream()
361 ber = upstream->c_pendingber; in operation_send_abandon()
528 CONNECTION_LOCK(upstream); in connection_timeout()
577 CONNECTION_UNLOCK(upstream); in connection_timeout()
603 CONNECTION_LOCK(upstream); in connection_timeout()
[all …]
/dports/archivers/atool/atool-0.39.0/debian/
H A Dchangelog3 * New upstream release.
9 * New upstream release.
15 * New upstream release.
21 * New upstream release.
27 * New upstream release.
33 * New upstream release.
39 * New upstream release.
45 * New upstream release.
51 * New upstream release.
57 * New upstream release.
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dupstream.h29 struct upstream;
63 void rspamd_upstream_fail (struct upstream *upstream, gboolean addr_failure, const gchar *reason);
68 void rspamd_upstream_ok (struct upstream *up);
204 typedef void (*rspamd_upstream_watch_func) (struct upstream *up,
241 gboolean rspamd_upstream_add_addr (struct upstream *up,
249 const gchar *rspamd_upstream_name (struct upstream *up);
256 gint rspamd_upstream_port (struct upstream *up);
271 gpointer rspamd_upstream_get_data (struct upstream *up);
300 struct upstream *except,
314 struct upstream* rspamd_upstream_ref (struct upstream *up);
[all …]

12345678910>>...557