Home
last modified time | relevance | path

Searched refs:protector (Results 1 – 25 of 6957) sorted by relevance

12345678910>>...279

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/include/
H A Dpostcheck_functions.php28 $protector = Protector::getInstance();
29 $protector->setConn($db->conn);
30 $protector->updateConfFromDb();
31 $conf = $protector->getConf();
94 $protector->register_bad_ips(time() + $protector->_conf['banip_time0']);
123 $protector->output_log($protector->last_error_type, $uid, true, 16);
138 $protector->purge(true);
148 $protector->register_bad_ips(time() + $protector->_conf['banip_time0']);
152 $protector->purge();
161 $protector->register_bad_ips(time() + $protector->_conf['banip_time0']);
[all …]
H A Dprecheck_functions.php17 $protector = Protector::getInstance();
18 $conf = $protector->getConf();
22 $bwexpire = $protector->get_bwlimit();
68 $protector->bigumbrella_init();
73 $protector->intval_allrequestsendid();
78 $protector->eliminate_dotdot();
83 $protector->output_log($protector->last_error_type);
84 $protector->purge();
98 $protector->output_log($protector->last_error_type);
100 $protector->purge();
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
258 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
258 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
258 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
258 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
258 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc157 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_protect() local
165 protector->record_protocol, &protector->unprotected_staging_sb, in alts_zero_copy_grpc_protector_protect()
184 alts_zero_copy_grpc_protector* protector = in alts_zero_copy_grpc_protector_unprotect() local
189 if (protector->parsed_frame_size == 0) { in alts_zero_copy_grpc_protector_unprotect()
197 if (protector->protected_sb.length < protector->parsed_frame_size) break; in alts_zero_copy_grpc_protector_unprotect()
200 if (protector->protected_sb.length == protector->parsed_frame_size) { in alts_zero_copy_grpc_protector_unprotect()
209 protector->unrecord_protocol, &protector->protected_staging_sb, in alts_zero_copy_grpc_protector_unprotect()
212 protector->parsed_frame_size = 0; in alts_zero_copy_grpc_protector_unprotect()
233 gpr_free(protector); in alts_zero_copy_grpc_protector_destroy()
248 protector == nullptr) { in alts_zero_copy_grpc_protector_create()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/qnx/
H A DQNX.cmake32 SET(CMAKE_C_FLAGS_DEBUG "-fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--export-dyna…
33 SET(CMAKE_C_FLAGS_MINSIZEREL "-fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--export…
34 SET(CMAKE_C_FLAGS_RELEASE "-fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--export-dy…
35 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--ex…
38 SET(CMAKE_C_FLAGS "-fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--export-dynamic -W…
39 SET(CMAKE_CXX_FLAGS "-lbps -fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--export-dy…
41 SET(CMAKE_CXX_FLAGS_DEBUG "-lbps -fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--exp…
42 SET(CMAKE_CXX_FLAGS_MINSIZEREL "-lbps -fPIC -fstack-protector -fstack-protector-all -Wno-psabi -lan…
43 SET(CMAKE_CXX_FLAGS_RELEASE "-lbps -fPIC -fstack-protector -fstack-protector-all -Wno-psabi -Wl,--e…
44 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-lbps -fPIC -fstack-protector -fstack-protector-all -Wno-psabi …
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Linker/
H A Dstack-protector-guard-module-attrs.ll17 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
25 !0 = !{i32 1, !"stack-protector-guard", !"global"}
33 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
41 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el1"}
49 !0 = !{i32 1, !"stack-protector-guard-offset", i32 257}
57 !0 = !{i32 1, !"stack-protector-guard-offset", i32 256}
65 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
66 !1 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
67 !2 = !{i32 1, !"stack-protector-guard-offset", i32 257}
75 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dstack-protector-guard-module-attrs.ll17 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
25 !0 = !{i32 1, !"stack-protector-guard", !"global"}
33 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
41 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el1"}
49 !0 = !{i32 1, !"stack-protector-guard-offset", i32 257}
57 !0 = !{i32 1, !"stack-protector-guard-offset", i32 256}
65 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
66 !1 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
67 !2 = !{i32 1, !"stack-protector-guard-offset", i32 257}
75 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dstack-protector-guard-module-attrs.ll17 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
25 !0 = !{i32 1, !"stack-protector-guard", !"global"}
33 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
41 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el1"}
49 !0 = !{i32 1, !"stack-protector-guard-offset", i32 257}
57 !0 = !{i32 1, !"stack-protector-guard-offset", i32 256}
65 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
66 !1 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
67 !2 = !{i32 1, !"stack-protector-guard-offset", i32 257}
75 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Linker/
H A Dstack-protector-guard-module-attrs.ll17 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
25 !0 = !{i32 1, !"stack-protector-guard", !"global"}
33 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
41 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el1"}
49 !0 = !{i32 1, !"stack-protector-guard-offset", i32 257}
57 !0 = !{i32 1, !"stack-protector-guard-offset", i32 256}
65 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
66 !1 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
67 !2 = !{i32 1, !"stack-protector-guard-offset", i32 257}
75 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dstack-protector-guard-module-attrs.ll17 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
25 !0 = !{i32 1, !"stack-protector-guard", !"global"}
33 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
41 !0 = !{i32 1, !"stack-protector-guard-reg", !"sp_el1"}
49 !0 = !{i32 1, !"stack-protector-guard-offset", i32 257}
57 !0 = !{i32 1, !"stack-protector-guard-offset", i32 256}
65 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
66 !1 = !{i32 1, !"stack-protector-guard-reg", !"sp_el0"}
67 !2 = !{i32 1, !"stack-protector-guard-offset", i32 257}
75 !0 = !{i32 1, !"stack-protector-guard", !"sysreg"}
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/lib/libdtrace/
H A DMakefile77 COPTS.dt_consume.c += -Wno-stack-protector
78 COPTS.dt_decl.c += -Wno-stack-protector
79 COPTS.dt_dof.c += -Wno-stack-protector
80 COPTS.dt_handle.c += -Wno-stack-protector
81 COPTS.dt_ident.c += -Wno-stack-protector
82 COPTS.dt_link.c += -Wno-stack-protector
84 COPTS.dt_parser.c += -Wno-stack-protector
85 COPTS.dt_pragma.c += -Wno-stack-protector
86 COPTS.dt_print.c += -Wno-stack-protector
87 COPTS.dt_printf.c += -Wno-stack-protector
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/boot/lib/
H A DMakefile20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong
21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong
22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong
23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/boot/lib/
H A DMakefile20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong
21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong
22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong
23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/boot/lib/
H A DMakefile20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong
21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong
22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong
23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
/dports/converters/wkhtmltopdf/qt-5db36ec/mkspecs/blackberry-x86-qcc/
H A Dqmake.conf14 contains(QT_CONFIG, stack-protector-strong) {
15 QMAKE_CFLAGS += -fstack-protector-strong
16 QMAKE_CXXFLAGS += -fstack-protector-strong
18 QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
19 QMAKE_CXXFLAGS += -fstack-protector -fstack-protector-all
/dports/converters/wkhtmltopdf/qt-5db36ec/mkspecs/blackberry-armv7le-qcc/
H A Dqmake.conf14 contains(QT_CONFIG, stack-protector-strong) {
15 QMAKE_CFLAGS += -fstack-protector-strong
16 QMAKE_CXXFLAGS += -fstack-protector-strong
18 QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
19 QMAKE_CXXFLAGS += -fstack-protector -fstack-protector-all
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_iface_scheduler.c157 zrtp_mutex_lock(protector); in sched_loop()
161 zrtp_mutex_unlock(protector); in sched_loop()
175 zrtp_mutex_unlock(protector); in sched_loop()
261 zrtp_mutex_lock(protector); in zrtp_def_scheduler_down()
269 zrtp_mutex_unlock(protector); in zrtp_def_scheduler_down()
271 zrtp_mutex_destroy(protector); in zrtp_def_scheduler_down()
283 zrtp_mutex_lock(protector); in zrtp_def_scheduler_call_later()
286 zrtp_mutex_unlock(protector); in zrtp_def_scheduler_call_later()
318 zrtp_mutex_unlock(protector); in zrtp_def_scheduler_call_later()
326 zrtp_mutex_lock(protector); in zrtp_def_scheduler_cancel_call_later()
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/m4/
H A Dax_gcc_stack_protect.m459 AC_CACHE_CHECK([whether ${CC} accepts -fstack-protector-strong],
62 CFLAGS="$CFLAGS -fstack-protector-strong"
67 CFLAGS="$CFLAGS -fstack-protector-strong"
71 AC_CACHE_CHECK([whether ${CC} accepts -fstack-protector],
74 CFLAGS="$CFLAGS -fstack-protector"
79 CFLAGS="$CFLAGS -fstack-protector"
92 CXXFLAGS="$CXXFLAGS -fstack-protector-strong"
97 CXXFLAGS="$CXXFLAGS -fstack-protector-strong"
101 AC_CACHE_CHECK([whether ${CXX} accepts -fstack-protector],
104 CXXFLAGS="$CXXFLAGS -fstack-protector"
[all …]
/dports/security/duo/duo_unix-1.11.4/autotools/
H A Dstack-protector.m417 # Check if c compiler supports -fstack-protector and -fstack-protector-all
24 AC_MSG_CHECKING([if -fstack-protector and -fstack-protector-all are supported.])
26 CXXFLAGS="$CXXFLAGS -fstack-protector"
27 CFLAGS="$CFLAGS -fstack-protector"
36 CXXFLAGS="$ggl_check_stack_protector_save_CXXFLAGS -fstack-protector-all"
37 CFLAGS="$ggl_check_stack_protector_save_CFLAGS -fstack-protector-all"
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/m4/
H A Dstack-protector.m417 # Check if c compiler supports -fstack-protector and -fstack-protector-all
24 AC_MSG_CHECKING([if -fstack-protector and -fstack-protector-all are supported.])
26 CXXFLAGS="$CXXFLAGS -fstack-protector"
27 CFLAGS="$CFLAGS -fstack-protector"
36 CXXFLAGS="$ggl_check_stack_protector_save_CXXFLAGS -fstack-protector-all"
37 CFLAGS="$ggl_check_stack_protector_save_CFLAGS -fstack-protector-all"
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dwind.c51 void (*protector) (void * environment); member
91 dstack_protect (void (*protector) (void * environment), in dstack_protect()
97 (record -> protector) = protector; in dstack_protect()
105 void (*protector) (void * environment)) in dstack_alloc_and_protect()
112 (record -> protector) = protector; in dstack_alloc_and_protect()
147 (* (record -> protector)) (record -> environment); in dstack_set_position()

12345678910>>...279