Home
last modified time | relevance | path

Searched refs:spolicy (Results 1 – 19 of 19) sorted by relevance

/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Ddkimsigner.c35 const DkimSignPolicy *spolicy; member
50 DkimSigner_new(const DkimSignPolicy *spolicy) in DkimSigner_new() argument
52 assert(NULL != spolicy); in DkimSigner_new()
61 self->signature = DkimSignature_new((const DkimPolicyBase *) spolicy); in DkimSigner_new()
66 self->spolicy = spolicy; in DkimSigner_new()
123 DkimLogSysError(self->spolicy, "time(2) failed: err=%s", strerror(errno)); in DkimSigner_setup()
129 const DkimSignPolicy *spolicy = self->spolicy; in DkimSigner_setup() local
130 DkimSignature_setHashAlgorithm(self->signature, spolicy->hashalg); in DkimSigner_setup()
131 DkimSignature_setKeyType(self->signature, spolicy->keytype); in DkimSigner_setup()
133 DkimSignature_setBodyC14nAlgorithm(self->signature, spolicy->canon_method_body); in DkimSigner_setup()
[all …]
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Drealtime.c133 cl_make_realtime(int spolicy, int priority, int stackgrowK, int heapgrowK) in cl_make_realtime() argument
163 if (spolicy < 0) { in cl_make_realtime()
164 spolicy = DEFAULT_REALTIME_POLICY; in cl_make_realtime()
168 priority = sched_get_priority_min(spolicy); in cl_make_realtime()
171 if (priority > sched_get_priority_max(spolicy)) { in cl_make_realtime()
172 priority = sched_get_priority_max(spolicy); in cl_make_realtime()
182 if (sched_setscheduler(0, spolicy, &sp) < 0) { in cl_make_realtime()
/dports/devel/allegro/allegro-4.4.3.1/src/unix/
H A Duptimer.c121 int spolicy; in ptimer_thread_func() local
123 if (pthread_getschedparam(pthread_self(), &spolicy, &sparam) == EOK) { in ptimer_thread_func()
125 pthread_setschedparam(pthread_self(), spolicy, &sparam); in ptimer_thread_func()
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dtimernu.c89 int spolicy; in timer_thread_proc() local
91 if (pthread_getschedparam(pthread_self(), &spolicy, &sparam) == EOK) { in timer_thread_proc()
93 pthread_setschedparam(pthread_self(), spolicy, &sparam); in timer_thread_proc()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/include/clplumbing/
H A Drealtime.h39 ( int spolicy, /* SCHED_RR or SCHED_FIFO (or SCHED_OTHER) */
/dports/devel/allegro/allegro-4.4.3.1/src/qnx/
H A Dqsystem.c338 int spolicy; in qnx_sys_init() local
399 if (pthread_getschedparam(pthread_self(), &spolicy, &sparam) == EOK) { in qnx_sys_init()
401 pthread_setschedparam(pthread_self(), spolicy, &sparam); in qnx_sys_init()
/dports/security/pecl-krb5/krb5-1.1.4/
H A Dkadm.c519 zval *spolicy = NULL; in PHP_METHOD() local
521 if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &spolicy) == FAILURE) { in PHP_METHOD()
533 args[0] = spolicy; in PHP_METHOD()
553 args[0] = *spolicy; in PHP_METHOD()
H A Dkadm5_policy.c183 char *spolicy = NULL; in PHP_METHOD() local
192 …if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|O", &spolicy, &spolicy_len, &connobj, krb5_… in PHP_METHOD()
198 obj->policy = estrndup(spolicy, spolicy_len); in PHP_METHOD()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DVirtualMachine.cs367 …internal void notify_vm_event (EventType evtype, SuspendPolicy spolicy, int req_id, long thread_id… in notify_vm_event() argument
376 …queue_event_set (new EventSet (this, spolicy, new Event[] { new VMStartEvent (vm, req_id, thread_i… in notify_vm_event()
379 …queue_event_set (new EventSet (this, spolicy, new Event[] { new VMDeathEvent (vm, req_id, exit_cod… in notify_vm_event()
382 …queue_event_set (new EventSet (this, spolicy, new Event[] { new VMDisconnectEvent (vm, req_id) })); in notify_vm_event()
H A DConnection.cs1289 int spolicy = r.ReadByte (); in ReceivePacket()
1292 SuspendPolicy suspend_policy = decode_suspend_policy (spolicy); in ReceivePacket()
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/reports/
H A Dopendmarc-reports.in69 my $spolicy;
481 $spolicy = $dbi_a->[4];
549 switch ($spolicy)
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Ddkim.h196 extern DkimSigner *DkimSigner_new(const DkimSignPolicy *spolicy);
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/db/
H A Dschema.mysql65 spolicy TINYINT NOT NULL DEFAULT '0',
/dports/databases/kexi/kexi-3.2.0/src/plugins/importexport/csv/
H A Dkexicsvimportdialog.cpp688 QSizePolicy spolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding); in createOptionsPage() local
689 spolicy.setHorizontalStretch(1); in createOptionsPage()
690 spolicy.setVerticalStretch(1); in createOptionsPage()
691 m_tableView->setSizePolicy(spolicy); in createOptionsPage()
/dports/math/grace/grace-5.1.25/src/
H A Dmotifinc.h67 int spolicy; member
/dports/dns/bind-tools/bind-9.16.27/bin/python/isc/
H A Dpolicy.py.in151 return ("%spolicy %s:\n"
/dports/dns/bind916/bind-9.16.27/bin/python/isc/
H A Dpolicy.py.in151 return ("%spolicy %s:\n"
/dports/dns/samba-nsupdate/bind-9.16.5/bin/python/isc/
H A Dpolicy.py.in151 return ("%spolicy %s:\n"
/dports/dns/bind911/bind-9.11.37/bin/python/isc/
H A Dpolicy.py.in155 return ("%spolicy %s:\n"