Home
last modified time | relevance | path

Searched refs:sig_flags (Results 76 – 100 of 113) sorted by relevance

12345

/dports/lang/php81/php-8.1.1/ext/phar/
H A Dutil.c1803 switch(phar->sig_flags) { in phar_create_signature()
1820 phar->sig_flags = PHAR_SIG_SHA256; in phar_create_signature()
1848 if (phar->sig_flags == PHAR_SIG_OPENSSL_SHA512) { in phar_create_signature()
1850 } else if (phar->sig_flags == PHAR_SIG_OPENSSL_SHA256) { in phar_create_signature()
1918 …openssl_privatekey), PHAR_G(openssl_privatekey_len), (char **)&sigbuf, &siglen, phar->sig_flags)) { in phar_create_signature()
H A Dphar_internal.h302 uint32_t sig_flags; member
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_io.c264 volatile struct signals_detected sig_flags = { variable
2268 flag = sig_flags.sawALRM || sig_flags.sawQuit || sig_flags.sawHUP || \ in io_handler()
2269 sig_flags.sawDNS; in io_handler()
/dports/net/udpbroadcastrelay/udpbroadcastrelay-0.3-beta/
H A Dmain.c59 static sig_atomic_t sig_flags = 0;
/dports/lang/php73/php-7.3.33/ext/phar/
H A Dphar_internal.h296 uint32_t sig_flags; member
H A Dutil.c1790 switch(phar->sig_flags) { in phar_create_signature()
1909 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/archivers/php80-phar/php-8.0.15/ext/phar/
H A Dphar_internal.h300 uint32_t sig_flags; member
H A Dutil.c1785 switch(phar->sig_flags) { in phar_create_signature()
1898 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/archivers/php81-phar/php-8.1.1/ext/phar/
H A Dphar_internal.h302 uint32_t sig_flags; member
/dports/archivers/php74-phar/php-7.4.27/ext/phar/
H A Dphar_internal.h291 uint32_t sig_flags; member
H A Dutil.c1781 switch(phar->sig_flags) { in phar_create_signature()
1894 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/archivers/php73-phar/php-7.3.33/ext/phar/
H A Dphar_internal.h296 uint32_t sig_flags; member
H A Dutil.c1790 switch(phar->sig_flags) { in phar_create_signature()
1909 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/www/mod_php81/php-8.1.1/ext/phar/
H A Dphar_internal.h302 uint32_t sig_flags; member
/dports/lang/php74/php-7.4.27/ext/phar/
H A Dphar_internal.h291 uint32_t sig_flags; member
H A Dutil.c1781 switch(phar->sig_flags) { in phar_create_signature()
1894 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/lang/php80/php-8.0.15/ext/phar/
H A Dphar_internal.h300 uint32_t sig_flags; member
H A Dutil.c1785 switch(phar->sig_flags) { in phar_create_signature()
1898 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/www/mod_php73/php-7.3.33/ext/phar/
H A Dphar_internal.h296 uint32_t sig_flags; member
H A Dutil.c1790 switch(phar->sig_flags) { in phar_create_signature()
1909 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/www/mod_php74/php-7.4.27/ext/phar/
H A Dphar_internal.h291 uint32_t sig_flags; member
H A Dutil.c1781 switch(phar->sig_flags) { in phar_create_signature()
1894 phar->sig_flags = PHAR_SIG_SHA1; in phar_create_signature()
/dports/www/mod_php80/php-8.0.15/ext/phar/
H A Dphar_internal.h300 uint32_t sig_flags; member
/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Ddhcp6s.c127 static sig_atomic_t sig_flags = 0; variable
591 if ((sig_flags & SIGF_TERM)) { in process_signals()
607 if (sig_flags) in server6_mainloop()
2690 sig_flags |= SIGF_TERM;
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-parse.c1661 uint32_t sig_flags = 0; in SigValidate() local
1756 sig_flags |= SIG_FLAG_TOSERVER; in SigValidate()
1763 sig_flags |= SIG_FLAG_TOCLIENT; in SigValidate()
1768 …if ((sig_flags & (SIG_FLAG_TOCLIENT | SIG_FLAG_TOSERVER)) == (SIG_FLAG_TOCLIENT | SIG_FLAG_TOSERVE… in SigValidate()

12345