Home
last modified time | relevance | path

Searched refs:ctx_type (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/www/ilias/ILIAS-5.4.25/Services/WorkflowEngine/test/detectors/
H A DilEventDetectorTest.php298 $ctx_type = 'crs';
304 $ctx_type, $ctx_id
325 $ctx_type = 'crs';
331 $ctx_type, $ctx_id
355 $ctx_type = 'crs';
361 $ctx_type, $ctx_id
382 $ctx_type = 'crs';
409 $ctx_type = 'crs';
436 $ctx_type = 'crs';
463 $ctx_type = 'crs';
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WorkflowEngine/test/detectors/
H A DilEventDetectorTest.php302 $ctx_type = 'crs';
308 $ctx_type, $ctx_id
329 $ctx_type = 'crs';
335 $ctx_type, $ctx_id
359 $ctx_type = 'crs';
365 $ctx_type, $ctx_id
386 $ctx_type = 'crs';
413 $ctx_type = 'crs';
440 $ctx_type = 'crs';
467 $ctx_type = 'crs';
[all …]
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dchecksum.c114 const EVP_MD *ctx_type; in lr_checksum_fd() local
120 case LR_CHECKSUM_MD5: ctx_type = EVP_md5(); break; in lr_checksum_fd()
121 case LR_CHECKSUM_SHA1: ctx_type = EVP_sha1(); break; in lr_checksum_fd()
122 case LR_CHECKSUM_SHA224: ctx_type = EVP_sha224(); break; in lr_checksum_fd()
123 case LR_CHECKSUM_SHA256: ctx_type = EVP_sha256(); break; in lr_checksum_fd()
124 case LR_CHECKSUM_SHA384: ctx_type = EVP_sha384(); break; in lr_checksum_fd()
125 case LR_CHECKSUM_SHA512: ctx_type = EVP_sha512(); break; in lr_checksum_fd()
142 if (!EVP_DigestInit_ex(ctx, ctx_type, NULL)) { in lr_checksum_fd()
/dports/security/s2n/s2n-tls-1.1.2/tests/saw/spec/DRBG/
H A DDRBG.saw94 let ctx_type = bytes_type keysize;
159 r <- crucible_fresh_pointer ctx_type;
165 r <- crucible_alloc ctx_type;
170 ctx <- crucible_alloc ctx_type;
177 ctx <- crucible_alloc ctx_type;
182 ctx <- crucible_alloc ctx_type;
196 ctx <- crucible_alloc ctx_type;
197 st <- crucible_fresh_pointer ctx_type;
205 ctx <- crucible_alloc ctx_type;
206 st <- crucible_fresh_pointer ctx_type;
[all …]
/dports/net/libexosip2/libexosip2-5.3.0/src/
H A Dsdp_offans.c153 if (invite_tr->ctx_type == IST || invite_tr->ctx_type == NIST) { in _eXosip_get_remote_sdp()
165 if (invite_tr->ctx_type == ICT || invite_tr->ctx_type == NICT) in _eXosip_get_remote_sdp()
175 if (invite_tr->ctx_type == IST || invite_tr->ctx_type == NIST) in _eXosip_get_local_sdp()
178 if (invite_tr->ctx_type == ICT || invite_tr->ctx_type == NICT) { in _eXosip_get_local_sdp()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-wasi/generate/src/
H A Dlib.rs23 let ctx_type = names.ctx_type(); in bindings() localVariable
26 use super::#ctx_type; in bindings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/xhci-hcd/xhci_address_ctx/
H A Dformat10 field:unsigned ctx_type; offset:12; size:4; signed:0;
18 ctx_64=%d, ctx_type=%u, ctx_dma=@%llx, ctx_va=@%pK", REC->ctx_64, REC->ctx_type, (unsigned long lon…
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/generate/src/
H A Dnames.rs10 ctx_type: Ident, field
15 pub fn new(ctx_type: &Ident, runtime_mod: TokenStream) -> Names { in new()
17 ctx_type: ctx_type.clone(), in new()
22 pub fn ctx_type(&self) -> Ident { in ctx_type() method
23 self.ctx_type.clone() in ctx_type()
H A Dlib.rs56 let ctx_type = names.ctx_type(); in generate() localVariable
59 use super::#ctx_type; in generate()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-wiggle/generate/src/
H A Dlib.rs33 ctx_type: &Ident, in generate()
39 let names = wiggle_generate::Names::new(ctx_type, quote!(lucet_wiggle)); in generate()
69 let mut ctx: #ctx_type = #ctx_constructor; in generate()
90 use super::#ctx_type; in generate()
/dports/audio/spectmorph/spectmorph-0.5.2/glui/pugl/
H A Dpugl_x11.c118 if (view->ctx_type & PUGL_GL) {
125 if (view->ctx_type == PUGL_CAIRO) {
157 if (view->ctx_type & PUGL_GL) {
163 if (view->ctx_type == PUGL_CAIRO) {
169 if (view->ctx_type == PUGL_CAIRO_GL) {
176 if (view->ctx_type & PUGL_CAIRO) {
197 if (view->ctx_type == PUGL_CAIRO_GL) {
202 if (view->ctx_type & PUGL_GL) {
207 if (view->ctx_type & PUGL_CAIRO) {
218 if (view->ctx_type & PUGL_GL) {
[all …]
H A Dpugl_internal.h47 PuglContextType ctx_type; member
80 view->ctx_type = PUGL_GL; in puglInit()
146 view->ctx_type = type; in puglInitContextType()
/dports/audio/synthpod-lv2/synthpod-01aad91/pugl/pugl/
H A Dpugl_x11.c123 if (view->ctx_type & PUGL_GL) { in getVisual()
130 if (view->ctx_type == PUGL_CAIRO) { in getVisual()
162 if (view->ctx_type & PUGL_GL) { in createContext()
168 if (view->ctx_type == PUGL_CAIRO) { in createContext()
174 if (view->ctx_type == PUGL_CAIRO_GL) { in createContext()
181 if (view->ctx_type & PUGL_CAIRO) { in createContext()
202 if (view->ctx_type == PUGL_CAIRO_GL) { in destroyContext()
207 if (view->ctx_type & PUGL_GL) { in destroyContext()
212 if (view->ctx_type & PUGL_CAIRO) { in destroyContext()
223 if (view->ctx_type & PUGL_GL) { in puglEnterContext()
[all …]
/dports/net/libosip2/libosip2-5.3.0/src/osip2/
H A Dosip_transaction.c115 int osip_transaction_init(osip_transaction_t **transaction, osip_fsm_type_t ctx_type, osip_t *osip,… in osip_transaction_init() argument
146 (*transaction)->ctx_type = ctx_type; in osip_transaction_init()
218 if (ctx_type == ICT) { in osip_transaction_init()
230 } else if (ctx_type == IST) { in osip_transaction_init()
242 } else if (ctx_type == NICT) { in osip_transaction_init()
311 if (transaction->ctx_type == ICT) { in osip_transaction_free2()
314 } else if (transaction->ctx_type == IST) { in osip_transaction_free2()
317 } else if (transaction->ctx_type == NICT) { in osip_transaction_free2()
382 if (transaction->ctx_type == ICT) in osip_transaction_execute()
385 else if (transaction->ctx_type == IST) in osip_transaction_execute()
[all …]
/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/resty/core/
H A Dctx.lua116 local ctx_type = type(ctx)
117 if ctx_type ~= "table" then
118 error("ctx should be a table while getting a " .. ctx_type)
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/pugl/
H A Dpugl_x11.c79 if (view->ctx_type == PUGL_GL) { in getVisual()
143 if (view->ctx_type == PUGL_CAIRO) { in getVisual()
160 if (view->ctx_type == PUGL_GL) { in createContext()
166 if (view->ctx_type == PUGL_CAIRO) { in createContext()
193 if (view->ctx_type == PUGL_GL) { in destroyContext()
199 if (view->ctx_type == PUGL_CAIRO) { in destroyContext()
213 if (view->ctx_type == PUGL_GL) { in puglEnterContext()
223 if (view->ctx_type == PUGL_GL) { in puglLeaveContext()
628 if (view->ctx_type == PUGL_CAIRO) { in puglGetContext()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/pugl/
H A Dpugl_x11.c76 if (view->ctx_type == PUGL_GL) { in getVisual()
103 if (view->ctx_type == PUGL_CAIRO) { in getVisual()
120 if (view->ctx_type == PUGL_GL) { in createContext()
126 if (view->ctx_type == PUGL_CAIRO) { in createContext()
151 if (view->ctx_type == PUGL_GL) { in destroyContext()
156 if (view->ctx_type == PUGL_CAIRO) { in destroyContext()
169 if (view->ctx_type == PUGL_GL) { in puglEnterContext()
179 if (view->ctx_type == PUGL_GL && flush) { in puglLeaveContext()
564 if (view->ctx_type == PUGL_CAIRO) { in puglGetContext()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/pugl/
H A Dpugl_x11.c76 if (view->ctx_type == PUGL_GL) { in getVisual()
103 if (view->ctx_type == PUGL_CAIRO) { in getVisual()
120 if (view->ctx_type == PUGL_GL) { in createContext()
126 if (view->ctx_type == PUGL_CAIRO) { in createContext()
151 if (view->ctx_type == PUGL_GL) { in destroyContext()
156 if (view->ctx_type == PUGL_CAIRO) { in destroyContext()
169 if (view->ctx_type == PUGL_GL) { in puglEnterContext()
179 if (view->ctx_type == PUGL_GL && flush) { in puglLeaveContext()
564 if (view->ctx_type == PUGL_CAIRO) { in puglGetContext()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/pugl/
H A Dpugl_x11.c79 if (view->ctx_type == PUGL_GL) { in getVisual()
143 if (view->ctx_type == PUGL_CAIRO) { in getVisual()
160 if (view->ctx_type == PUGL_GL) { in createContext()
166 if (view->ctx_type == PUGL_CAIRO) { in createContext()
193 if (view->ctx_type == PUGL_GL) { in destroyContext()
199 if (view->ctx_type == PUGL_CAIRO) { in destroyContext()
213 if (view->ctx_type == PUGL_GL) { in puglEnterContext()
223 if (view->ctx_type == PUGL_GL) { in puglLeaveContext()
628 if (view->ctx_type == PUGL_CAIRO) { in puglGetContext()
/dports/audio/stegosaurus-lv2/stegosaurus-543a95d/pugl/
H A Dpugl_x11.c75 if (view->ctx_type == PUGL_GL) {
100 if (view->ctx_type == PUGL_CAIRO) {
117 if (view->ctx_type == PUGL_GL) {
123 if (view->ctx_type == PUGL_CAIRO) {
148 if (view->ctx_type == PUGL_GL) {
153 if (view->ctx_type == PUGL_CAIRO) {
166 if (view->ctx_type == PUGL_GL) {
176 if (view->ctx_type == PUGL_GL && flush) {
524 if (view->ctx_type == PUGL_CAIRO) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1437 u16 ctx_size, u8 ctx_type, u32 cid) in qed_calc_session_ctx_validation() argument
1442 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_calc_session_ctx_validation()
1443 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_calc_session_ctx_validation()
1444 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_calc_session_ctx_validation()
1448 *x_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 3, cid); in qed_calc_session_ctx_validation()
1455 u16 ctx_size, u8 ctx_type, u32 tid) in qed_calc_task_ctx_validation() argument
1460 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in qed_calc_task_ctx_validation()
1474 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_memset_session_ctx()
1475 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_memset_session_ctx()
1476 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_memset_session_ctx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1437 u16 ctx_size, u8 ctx_type, u32 cid) in qed_calc_session_ctx_validation() argument
1442 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_calc_session_ctx_validation()
1443 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_calc_session_ctx_validation()
1444 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_calc_session_ctx_validation()
1448 *x_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 3, cid); in qed_calc_session_ctx_validation()
1455 u16 ctx_size, u8 ctx_type, u32 tid) in qed_calc_task_ctx_validation() argument
1460 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in qed_calc_task_ctx_validation()
1474 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_memset_session_ctx()
1475 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_memset_session_ctx()
1476 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_memset_session_ctx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1437 u16 ctx_size, u8 ctx_type, u32 cid) in qed_calc_session_ctx_validation() argument
1442 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_calc_session_ctx_validation()
1443 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_calc_session_ctx_validation()
1444 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_calc_session_ctx_validation()
1448 *x_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 3, cid); in qed_calc_session_ctx_validation()
1455 u16 ctx_size, u8 ctx_type, u32 tid) in qed_calc_task_ctx_validation() argument
1460 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in qed_calc_task_ctx_validation()
1474 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_memset_session_ctx()
1475 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_memset_session_ctx()
1476 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_memset_session_ctx()
[all …]
/dports/devel/ppl/ppl-1.2/demos/ppl_pips/
H A Dppl_pips.cc214 const Int_Vector& ctx_type, in update_pip() argument
237 if (ctx_type[i]) { in update_pip()
275 Int_Vector ctx_type(num_ctx_rows); in read() local
279 iss >> ctx_type[i]; in read()
323 constraint_type, ctx_type, in read()
392 Int_Vector ctx_type(num_ctx_rows); in read() local
394 ctx_type[i] = 1; in read()
405 constraint_type, ctx_type, in read()
/dports/irc/hexchat/hexchat-2.16.0/plugins/fishlim/
H A Dplugin_hexchat.c514 int ctx_type = 0; in handle_delkey() local
521 ctx_type = hexchat_list_int(ph, NULL, "type"); in handle_delkey()
524 if (ctx_type < 2 || ctx_type > 3) { in handle_delkey()
545 int ctx_type; in handle_keyx() local
556 ctx_type = hexchat_list_int(ph, NULL, "type"); in handle_keyx()
559 if ((query_ctx && ctx_type != 3) || (!query_ctx && !irc_is_query(target))) { in handle_keyx()

12345678910>>...12