Home
last modified time | relevance | path

Searched refs:phk (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/http/
H A Dhttp_context.c425 GQueue *conns = &phk->conns; in rspamd_http_context_check_keepalive()
451 phk->host, in rspamd_http_context_check_keepalive()
452 phk->is_ssl, in rspamd_http_context_check_keepalive()
461 phk->host, in rspamd_http_context_check_keepalive()
462 phk->is_ssl, in rspamd_http_context_check_keepalive()
471 phk->host); in rspamd_http_context_check_keepalive()
502 return phk->addr; in rspamd_http_context_has_keepalive()
538 phk = g_malloc (sizeof (*phk)); in rspamd_http_context_prepare_keepalive()
539 phk->conns = empty_init; in rspamd_http_context_prepare_keepalive()
541 phk->is_ssl = is_ssl; in rspamd_http_context_prepare_keepalive()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/libserver/http/
H A Dhttp_context.c401 struct rspamd_keepalive_hash_key hk, *phk; in rspamd_http_context_check_keepalive() local
410 phk = kh_key (ctx->keep_alive_hash, k); in rspamd_http_context_check_keepalive()
411 GQueue *conns = &phk->conns; in rspamd_http_context_check_keepalive()
437 phk->host, in rspamd_http_context_check_keepalive()
446 phk->host, conns->length); in rspamd_http_context_check_keepalive()
454 phk->host); in rspamd_http_context_check_keepalive()
467 struct rspamd_keepalive_hash_key hk, *phk; in rspamd_http_context_prepare_keepalive() local
487 phk = g_malloc (sizeof (*phk)); in rspamd_http_context_prepare_keepalive()
488 phk->conns = empty_init; in rspamd_http_context_prepare_keepalive()
489 phk->host = g_strdup (host); in rspamd_http_context_prepare_keepalive()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/phk/
H A Dfirstdesign.rst1434 Jul 06 12:55:04 <phk> bewm
1439 Jul 06 12:57:00 <phk> bewm
1452 Jul 06 13:02:57 <phk> 3k
1453 Jul 06 13:03:39 <phk> 5k
1464 Jul 06 13:06:58 <phk> jep
1470 Jul 06 13:09:17 <phk> bewm
1487 Jul 06 13:13:22 <phk> 6
1496 Jul 06 13:14:26 <phk> bewm
1501 Jul 06 13:29:09 <phk> bewm
1520 Jul 06 13:45:54 <phk> bewm
[all …]
H A Dpatent.rst96 From: Poul-Henning Kamp <phk@phk.freebsd.dk>
221 phk@FreeBSD.ORG | TCP/IP since RFC 956
240 *phk*
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/fullwidthchar/
H A Dfullwidthchar.c100 FcitxKeyFilterHook phk; in FullWidthCharCreate() local
101 phk.arg = fwchar; in FullWidthCharCreate()
102 phk.func = FullWidthPostFilter; in FullWidthCharCreate()
103 FcitxInstanceRegisterPostInputFilter(instance, phk); in FullWidthCharCreate()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/reference/
H A Dcli_protocol.rst97 critter phk> telnet localhost 1234
142 critter phk> hexdump secret
145 critter phk> cat > tmpfile
150 critter phk> hexdump -C tmpfile
157 critter phk> sha256 tmpfile
159 critter phk> openssl dgst -sha256 < tmpfile
H A Dvarnishlog.rst59 <phk@phk.freebsd.dk> in cooperation with Verdens Gang AS and
/dports/devel/configkit/ConfigKit/
H A DMakefile52 scp /tmp/ConfigKit.tgz phk@phk:www/NTPns/ConfigKit-${VERSION}.tgz
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Dmenu.lua948 local phk = lbar.active_phs[key];
953 if (not phk) then
956 phk = ent:preview(anchor, ofs, width);
957 lbar.active_phs[key] = phk;
963 if (phk) then
964 phk.clock = lbar.ucount;
965 phk:update(selected, ofs, width);
/dports/www/varnish6/varnish-cache-varnish-6.6.2/vmod/
H A Dvmod_debug.vcc5 # Author: Poul-Henning Kamp <phk@FreeBSD.org>
46 $Function STRING author(ENUM { phk, des, kristian, mithrandir } person="phk",
47 ENUM { phk, slink, geoff } someone='phk')
76 $Method VOID .enum(ENUM { phk, des, kristian, mithrandir, martin })
/dports/net-mgmt/observium/observium/mibs/bsd/
H A DFREEBSD-MIB22 "phk@FreeBSD.org is contact person for this file.
58 "Subtree for phk@FreeBSD.org"
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/pfsense/
H A DFREEBSD-MIB22 "phk@FreeBSD.org is contact person for this file.
58 "Subtree for phk@FreeBSD.org"
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dxdefaults.c866 hotkeys_t* phk; in rxvt_save_options() local
869 phk = &(r->hotkeys[MAX_HOTKEYS]); in rxvt_save_options()
871 phk = &(r->hotkeys[i]); in rxvt_save_options()
872 if (HKF_DUMMY == phk->func) in rxvt_save_options()
874 if (HK_IS_INTERNAL (phk->flag)) in rxvt_save_options()
877 if (HK_IS_CTRL (phk->flag)) in rxvt_save_options()
879 if (HK_IS_META (phk->flag)) in rxvt_save_options()
881 if (HK_IS_SHFT (phk->flag)) in rxvt_save_options()
883 if (HK_IS_PRIMARY (phk->flag)) in rxvt_save_options()
885 STRNCAT (buf, XKeysymToString (phk->keysym), in rxvt_save_options()
[all …]
/dports/devel/msbuild/.nuget/packages/microbuild.plugins.swixbuild/1.0.147/tools/bin/sdk/inc/
H A Dregutil.h132 __out HKEY* phk
140 __out HKEY* phk,
147 __out HKEY* phk
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/
H A Dindex.rst24 closing, we have :ref:`phk`, a collection of blog posts from Poul-Henning Kamp
79 phk/index.rst
/dports/net/gnu-radius/radius-1.6.1/
H A DAUTHORS5 Poul-Henning Kamp <phk@login.dknet.dk> wrote radlib/md5crypt.c
/dports/www/gitea/gitea-1.16.5/options/license/
H A DBeerware1 "THE BEER-WARE LICENSE" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain th…
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Dr00878.vtc11 set resp.http.who = debug.author(phk);
/dports/devel/libphk/Libphk/
H A DMakefile6 LIB= phk
H A DMakefile-e6 LIB= phk
/dports/net/ntimed/Ntimed-db0abbb/
H A DREADME.rst53 http://phk.freebsd.dk/time
65 Me, Poul-Henning Kamp. Please send email to phk@Ntimed.org.
218 *phk*
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/
H A Dbuiltin.vcl6 # Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/whats-new/
H A Drelnote-5.0.rst160 *phk*
163 .. _Varnish Moral License: http://phk.freebsd.dk/VML
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/wm/
H A Dstdlibx.h157 REGSAM sam, LPSECURITY_ATTRIBUTES lpsa, PHKEY phk, LPDWORD lpdw );
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/spdx2/agent_tests/Functional/
H A Dfo_report.sql142 INSERT INTO copyright VALUES (19, 15, 6, 'phk@login.dknet.dk', 'be9a31b6132e46a413774b36859fb540', …

12345678910>>...14