Home
last modified time | relevance | path

Searched refs:upstream (Results 1 – 25 of 9438) sorted by relevance

12345678910>>...378

/dports/dns/getdns/getdns-1.5.2/src/
H A Dstub.c170 getdns_upstream *upstream = req->upstream; in attach_edns_cookie() local
177 calc_new_cookie(upstream, upstream->client_cookie); in attach_edns_cookie()
187 calc_new_cookie(upstream, upstream->client_cookie); in attach_edns_cookie()
576 GETDNS_CLEAR_EVENT(upstream->loop, &upstream->event); in upstream_failed()
646 GETDNS_CLEAR_EVENT(upstream->loop, &upstream->event); in upstream_idle_timeout_cb()
1331 getdns_upstream *upstream = netreq->upstream; in stub_udp_read_cb() local
1520 q = stub_tls_read(upstream, &upstream->tcp, in upstream_read_cb()
1523 q = stub_tcp_read(upstream->fd, &upstream->tcp, in upstream_read_cb()
1545 upstream->tcp.read_pos = upstream->tcp.read_buf; in upstream_read_cb()
1571 netreq->upstream, upstream->tcp.read_buf, in upstream_read_cb()
[all …]
/dports/www/nginx-full/nginx_ajp_module-fcbb2cc/
H A Dngx_http_ajp_module.c417 if (alcf->upstream.upstream || alcf->ajp_lengths) { in ngx_http_ajp_pass()
471 alcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_ajp_pass()
472 if (alcf->upstream.upstream == NULL) { in ngx_http_ajp_pass()
602 if (alcf->upstream.store > 0 || alcf->upstream.store_lengths) {
929 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
1011 conf->upstream.cache_zone = prev->upstream.cache_zone;
1012 conf->upstream.cache_value = prev->upstream.cache_value;
1023 if (conf->upstream.cache && conf->upstream.cache->data == NULL) {
1055 conf->upstream.cache_methods = prev->upstream.cache_methods;
1118 if (conf->upstream.upstream == NULL) {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/validation/
H A Dupstreams.go27 if upstream.ID == "" {
30 if upstream.Path == "" {
35 if _, ok := ids[upstream.ID]; ok {
38 ids[upstream.ID] = struct{}{}
44 paths[upstream.Path] = struct{}{}
57 if !upstream.Static && upstream.StaticCode != nil {
62 if !upstream.Static {
66 if upstream.URI != "" {
88 if !upstream.Static && upstream.URI == "" {
94 if upstream.Static {
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dupstream.c202 struct upstream *upstream; in rspamd_upstreams_library_config() local
223 upstream->ev.data = upstream; in rspamd_upstreams_library_config()
344 upstream->ev.data = upstream; in rspamd_upstream_set_active()
554 struct upstream *upstream = (struct upstream *) arg; in rspamd_upstream_dns_srv_cb() local
613 struct upstream *upstream = (struct upstream *)w->data; in rspamd_upstream_revive_cb() local
631 struct upstream *upstream) in rspamd_upstream_resolve_addrs() argument
748 upstream->ev.data = upstream; in rspamd_upstream_set_inactive()
778 if (upstream->ctx && upstream->active_idx != -1 && upstream->ls) { in rspamd_upstream_fail()
888 if (upstream->errors > 0 && upstream->active_idx != -1 && upstream->ls) { in rspamd_upstream_ok()
1038 struct upstream *upstream; in rspamd_upstreams_add_upstream() local
[all …]
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dupstream.c202 struct upstream *upstream; in rspamd_upstreams_library_config() local
223 upstream->ev.data = upstream; in rspamd_upstreams_library_config()
344 upstream->ev.data = upstream; in rspamd_upstream_set_active()
554 struct upstream *upstream = (struct upstream *) arg; in rspamd_upstream_dns_srv_cb() local
613 struct upstream *upstream = (struct upstream *)w->data; in rspamd_upstream_revive_cb() local
631 struct upstream *upstream) in rspamd_upstream_resolve_addrs() argument
748 upstream->ev.data = upstream; in rspamd_upstream_set_inactive()
778 if (upstream->ctx && upstream->active_idx != -1 && upstream->ls) { in rspamd_upstream_fail()
888 if (upstream->errors > 0 && upstream->active_idx != -1 && upstream->ls) { in rspamd_upstream_ok()
1029 struct upstream *upstream; in rspamd_upstreams_add_upstream() local
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_uwsgi_module.c1558 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_uwsgi_merge_loc_conf()
1559 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1646 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1731 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1732 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1875 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1881 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1886 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2154 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2214 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1322 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1323 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1410 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1495 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1496 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1597 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1603 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1867 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1904 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/nginx/
H A Dnginx_upstream_multi_105 for upstream in upstreamList:
106 upstreams[upstream] = {
139 for upstream in upstreams.keys():
140 print("us%s_requests.label %s" % (sanitize(upstream), upstream))
144 for upstream in upstreams.keys():
151 print("us%s_requests.label %s" % (sanitize(upstream), upstream))
156 for upstream in upstreams.keys():
171 for upstream in upstreams.keys():
297 for upstream in upstreams.keys():
321 uTime = upstreams[upstream]["time"] / upstreams[upstream]["requests"]
[all …]
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1320 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1321 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1408 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1493 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1494 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1595 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1601 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1865 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1902 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
H A Dngx_http_uwsgi_module.c1557 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1644 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1729 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1730 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1828 conf->upstream.ssl_name = prev->upstream.ssl_name; in ngx_http_uwsgi_merge_loc_conf()
1874 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1880 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1885 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2153 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2213 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1320 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1321 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1408 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1493 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1494 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1595 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1601 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1865 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1902 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
H A Dngx_http_uwsgi_module.c1557 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1644 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1729 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1730 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1828 conf->upstream.ssl_name = prev->upstream.ssl_name; in ngx_http_uwsgi_merge_loc_conf()
1874 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1880 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1885 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2153 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2213 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1320 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1321 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1408 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1493 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1494 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1595 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1601 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1865 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1902 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
H A Dngx_http_uwsgi_module.c1557 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1644 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1729 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1730 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1828 conf->upstream.ssl_name = prev->upstream.ssl_name; in ngx_http_uwsgi_merge_loc_conf()
1874 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1880 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1885 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2153 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2213 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1320 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1321 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1408 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1493 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1494 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1595 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1601 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1865 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1902 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
H A Dngx_http_uwsgi_module.c1557 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1644 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1729 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1730 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1828 conf->upstream.ssl_name = prev->upstream.ssl_name; in ngx_http_uwsgi_merge_loc_conf()
1874 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1880 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1885 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2153 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2213 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c507 u = r->upstream; in ngx_http_scgi_handler()
1320 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1321 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_scgi_merge_loc_conf()
1408 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf()
1493 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1494 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1595 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_scgi_merge_loc_conf()
1601 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1865 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1902 scf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_scgi_pass()
[all …]
H A Dngx_http_uwsgi_module.c1557 conf->upstream.store_values = prev->upstream.store_values; in ngx_http_uwsgi_merge_loc_conf()
1644 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf()
1729 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1730 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
1828 conf->upstream.ssl_name = prev->upstream.ssl_name; in ngx_http_uwsgi_merge_loc_conf()
1874 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_uwsgi_merge_loc_conf()
1880 conf->upstream.ssl = prev->upstream.ssl; in ngx_http_uwsgi_merge_loc_conf()
1885 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2153 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2213 uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0); in ngx_http_uwsgi_pass()
[all …]
/dports/www/nginx-full/memc-nginx-module-0.19/src/
H A Dngx_http_memc_module.c194 conf->upstream.cyclic_temp_file = 0; in ngx_http_memc_create_loc_conf()
195 conf->upstream.buffering = 0; in ngx_http_memc_create_loc_conf()
196 conf->upstream.send_lowat = 0; in ngx_http_memc_create_loc_conf()
197 conf->upstream.bufs.num = 0; in ngx_http_memc_create_loc_conf()
201 conf->upstream.intercept_errors = 1; in ngx_http_memc_create_loc_conf()
202 conf->upstream.intercept_404 = 1; in ngx_http_memc_create_loc_conf()
243 if (conf->upstream.upstream == NULL) { in ngx_http_memc_merge_loc_conf()
244 conf->upstream.upstream = prev->upstream.upstream; in ngx_http_memc_merge_loc_conf()
271 if (mlcf->upstream.upstream) { in ngx_http_memc_pass()
315 mlcf->upstream.upstream = ngx_http_upstream_add(cf, &url, 0); in ngx_http_memc_pass()
[all …]
/dports/x11-fm/xfe/xfe-1.44/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/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/upstream/
H A Dproxy.go1 package upstream package
35 if upstream.Static {
42 u, err := url.Parse(upstream.URI)
77 …logger.Printf("mapping path %q => static response %d", upstream.Path, derefStaticCode(upstream.Sta…
78 …return m.registerHandler(upstream, newStaticResponseHandler(upstream.ID, upstream.StaticCode), wri…
84 return m.registerHandler(upstream, newFileServer(upstream.ID, upstream.Path, u.Path), writer)
89 logger.Printf("mapping path %q => upstream %q", upstream.Path, upstream.URI)
90 …return m.registerHandler(upstream, newHTTPUpstreamProxy(upstream, u, sigData, writer.ProxyErrorHan…
95 if upstream.RewriteTarget == "" {
96 m.registerSimpleHandler(upstream.Path, handler)
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dbind.c114 CONNECTION_LOCK(upstream); in client_bind_as_vc()
123 CONNECTION_UNLOCK(upstream); in client_bind_as_vc()
344 if ( upstream ) { in request_bind()
357 if ( upstream ) { in request_bind()
371 if ( !upstream ) { in request_bind()
435 op->o_upstream = upstream; in request_bind()
500 if ( upstream ) { in request_bind()
561 CONNECTION_LOCK(upstream); in finish_sasl_bind()
626 if ( !upstream ) { in handle_bind_response()
777 if ( !upstream ) { in handle_whoami_response()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dbind.c114 CONNECTION_LOCK(upstream); in client_bind_as_vc()
123 CONNECTION_UNLOCK(upstream); in client_bind_as_vc()
344 if ( upstream ) { in request_bind()
357 if ( upstream ) { in request_bind()
371 if ( !upstream ) { in request_bind()
435 op->o_upstream = upstream; in request_bind()
500 if ( upstream ) { in request_bind()
561 CONNECTION_LOCK(upstream); in finish_sasl_bind()
626 if ( !upstream ) { in handle_bind_response()
777 if ( !upstream ) { in handle_whoami_response()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dbind.c114 CONNECTION_LOCK(upstream); in client_bind_as_vc()
123 CONNECTION_UNLOCK(upstream); in client_bind_as_vc()
349 if ( upstream ) { in request_bind()
355 upstream = NULL; in request_bind()
361 if ( upstream ) { in request_bind()
375 if ( !upstream ) { in request_bind()
439 op->o_upstream = upstream; in request_bind()
504 if ( upstream ) { in request_bind()
630 if ( !upstream ) { in handle_bind_response()
781 if ( !upstream ) { in handle_whoami_response()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dbind.c114 CONNECTION_LOCK(upstream); in client_bind_as_vc()
123 CONNECTION_UNLOCK(upstream); in client_bind_as_vc()
349 if ( upstream ) { in request_bind()
355 upstream = NULL; in request_bind()
361 if ( upstream ) { in request_bind()
375 if ( !upstream ) { in request_bind()
439 op->o_upstream = upstream; in request_bind()
504 if ( upstream ) { in request_bind()
630 if ( !upstream ) { in handle_bind_response()
781 if ( !upstream ) { in handle_whoami_response()
[all …]

12345678910>>...378