Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 25 of 1384) sorted by relevance

12345678910>>...56

/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/crypttoken/
H A Dctf_context.c86 assert(fctx); in GWEN_CTF_Context_GetLocalSignKey()
99 assert(fctx); in GWEN_CTF_Context_SetLocalSignKey()
113 assert(fctx); in GWEN_CTF_Context_GetLocalSignKeyInfo()
126 assert(fctx); in GWEN_CTF_Context_SetLocalSignKeyInfo()
140 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKey()
153 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKey()
167 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKeyInfo()
180 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKeyInfo()
194 assert(fctx); in GWEN_CTF_Context_GetRemoteSignKey()
207 assert(fctx); in GWEN_CTF_Context_SetRemoteSignKey()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/crypttoken/
H A Dctf_context.c86 assert(fctx); in GWEN_CTF_Context_GetLocalSignKey()
99 assert(fctx); in GWEN_CTF_Context_SetLocalSignKey()
113 assert(fctx); in GWEN_CTF_Context_GetLocalSignKeyInfo()
126 assert(fctx); in GWEN_CTF_Context_SetLocalSignKeyInfo()
140 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKey()
153 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKey()
167 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKeyInfo()
180 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKeyInfo()
194 assert(fctx); in GWEN_CTF_Context_GetRemoteSignKey()
207 assert(fctx); in GWEN_CTF_Context_SetRemoteSignKey()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/crypttoken/
H A Dctf_context.c86 assert(fctx); in GWEN_CTF_Context_GetLocalSignKey()
99 assert(fctx); in GWEN_CTF_Context_SetLocalSignKey()
113 assert(fctx); in GWEN_CTF_Context_GetLocalSignKeyInfo()
126 assert(fctx); in GWEN_CTF_Context_SetLocalSignKeyInfo()
140 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKey()
153 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKey()
167 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKeyInfo()
180 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKeyInfo()
194 assert(fctx); in GWEN_CTF_Context_GetRemoteSignKey()
207 assert(fctx); in GWEN_CTF_Context_SetRemoteSignKey()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/crypttoken/
H A Dctf_context.c86 assert(fctx); in GWEN_CTF_Context_GetLocalSignKey()
99 assert(fctx); in GWEN_CTF_Context_SetLocalSignKey()
113 assert(fctx); in GWEN_CTF_Context_GetLocalSignKeyInfo()
126 assert(fctx); in GWEN_CTF_Context_SetLocalSignKeyInfo()
140 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKey()
153 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKey()
167 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKeyInfo()
180 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKeyInfo()
194 assert(fctx); in GWEN_CTF_Context_GetRemoteSignKey()
207 assert(fctx); in GWEN_CTF_Context_SetRemoteSignKey()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/crypttoken/
H A Dctf_context.c86 assert(fctx); in GWEN_CTF_Context_GetLocalSignKey()
99 assert(fctx); in GWEN_CTF_Context_SetLocalSignKey()
113 assert(fctx); in GWEN_CTF_Context_GetLocalSignKeyInfo()
126 assert(fctx); in GWEN_CTF_Context_SetLocalSignKeyInfo()
140 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKey()
153 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKey()
167 assert(fctx); in GWEN_CTF_Context_GetLocalCryptKeyInfo()
180 assert(fctx); in GWEN_CTF_Context_SetLocalCryptKeyInfo()
194 assert(fctx); in GWEN_CTF_Context_GetRemoteSignKey()
207 assert(fctx); in GWEN_CTF_Context_SetRemoteSignKey()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dfunctions.c136 struct fun_info *fun = lookup(fctx->argc, fctx->argv); in fun_validate()
153 struct fun_info *fun = lookup(fctx->argc, fctx->argv); in fun_compute_progress()
170 struct fun_info *fun = lookup(fctx->argc, fctx->argv); in fun_run()
191 if (fctx->argc <= 0 || fctx->argc > FUN_MAX_ARGS) { in fun_apply_funlist()
557 …if (fatfs_attrib(fctx->output, strtoull(fctx->argv[1], NULL, 0), fctx->argv[2], fctx->argv[3]) < 0) in fat_attrib_run()
587 struct fun_context *fctx = fwc->fctx; in fat_write_pwrite_callback() local
596 struct fun_context *fctx = fwc->fctx; in fat_write_final_hole_callback() local
604 fwc.fctx = fctx; in fat_write_run()
635 …OK_OR_RETURN(fatfs_mv(fctx->output, block_offset, fctx->argv[0], fctx->argv[2], fctx->argv[3], for… in fat_mv_run()
660 … OK_OR_RETURN(fatfs_rm(fctx->output, block_offset, fctx->argv[0], fctx->argv[2], file_must_exist)); in fat_rm_run()
[all …]
H A Drequirement.c87 struct req_info *req = lookup(fctx->argc, fctx->argv); in req_validate()
104 struct req_info *req = lookup(fctx->argc, fctx->argv); in req_requirement_met()
111 fctx->argc >= 2 ? fctx->argv[1] : "", in req_requirement_met()
113 fctx->argc >= 3 ? fctx->argv[2] : "", in req_requirement_met()
132 if (fctx->argc <= 0 || fctx->argc > FUN_MAX_ARGS) { in req_apply_reqlist()
156 if (fctx->argc != 3) in require_partition_offset_validate()
191 if (fctx->argc != 3) in require_fat_file_exists_validate()
200 if (fctx->argc != 3) in require_fat_file_exists_requirement_met()
204 if (fatfs_exists(fctx->output, block_offset, fctx->argv[2]) < 0) in require_fat_file_exists_requirement_met()
213 if (fctx->argc != 4) in require_fat_file_match_validate()
[all …]
H A Dfwup_apply.c109 if (fctx->on_event) { in apply_event()
275 if (fctx->xd) in read_callback()
330 OK_OR_CLEANUP(rlist_get_from_task(fctx->cfg, fctx->task, &resources)); in run_task()
333 OK_OR_CLEANUP(apply_event(fctx, fctx->task, "on-init", NULL, fun_run)); in run_task()
411 if (fctx->xd) { in run_task()
467 memset(&fctx, 0, sizeof(fctx)); in fwup_apply()
475 fctx.cookie = &pd; in fwup_apply()
514 fctx.task = find_task(&fctx, task_prefix); in fwup_apply()
530 free(fctx.output); in fwup_apply()
539 if (fctx.output) { in fwup_apply()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/tls/
H A Dtls_filter.c76 rv = ap_get_brigade(fctx->fin_ctx->next, fctx->fin_tls_bb, in read_tls_to_rustls()
168 rv = ap_pass_brigade(fctx->fout_ctx->next, fctx->fout_tls_bb); in fout_pass_tls_to_net()
211 fctx->fin_tls_buffer_bb = apr_brigade_create(fctx->c->pool, fctx->c->bucket_alloc); in filter_recv_client_hello()
659 rv = fout_pass_buf_to_rustls(fctx, fctx->fout_buf_plain, fctx->fout_buf_plain_len); in fout_pass_all_to_tls()
699 buf_remain = fctx->fout_buf_plain_size - fctx->fout_buf_plain_len; in fout_add_bucket_to_plain()
713 memcpy(fctx->fout_buf_plain + fctx->fout_buf_plain_len, data, dlen); in fout_add_bucket_to_plain()
942 fctx = apr_pcalloc(c->pool, sizeof(*fctx)); in tls_filter_pre_conn_init()
943 fctx->c = c; in tls_filter_pre_conn_init()
944 fctx->cc = cc; in tls_filter_pre_conn_init()
958 fctx->fin_ctx = ap_add_input_filter(TLS_FILTER_RAW, fctx, NULL, c); in tls_filter_pre_conn_init()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_dnr.c85 ac_memcpy(fctx->lastframe, fctx->src_data, fctx->img_size); in dnr_run()
86 fctx->undo_data = fctx->lastframe; in dnr_run()
94 ac_memcpy(fctx->origframe, fctx->src_data, fctx->img_size); in dnr_run()
321 totpixels = fctx->src_h * fctx->src_w; in dnr_run()
333 fctx->lastframe = fctx->origframe; in dnr_run()
334 fctx->undo_data = fctx->lastframe; in dnr_run()
342 fctx->undo_data = fctx->src_data; in dnr_run()
351 if (fctx->lastframe) free(fctx->lastframe); in dnr_cleanup()
395 fctx->gu_ofs = fctx->hist_size; in dnr_init()
405 fctx->img_size = fctx->hist_size * 3; in dnr_init()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dfetch.c229 (fctx->currAgent == fctx->prevAgent) && in canBeKoffShared()
238 return (fctx->fopts->mrole == MATRIX_A) ? &fctx->gset->tileA : in getDstTile()
511 fctx->gset->varNames.lda : fctx->gset->varNames.ldb; in sprintfLeadingDimension()
539 fctx->gset->varNames.lda : fctx->gset->varNames.ldb; in fillRawLD()
609 fctx->currAgent = &fctx->agents[i]; in selectAddrAgent()
614 if (fctx->currAgent->match(fctx)) { in selectAddrAgent()
1656 if (agentLoopPrepCount(fctx) > agentUsageCount(fctx)) { in preparePersCoords()
1968 free(fctx); in destroyFetchContext()
2133 fctx->prevAgent = fctx->currAgent; in genFetchCommon()
2136 fctx->currAgent->prepareVars(fctx)) { in genFetchCommon()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dresolver.c899 valarg->fctx = fctx; in valcreate()
1184 fctx = query->fctx; in resquery_destroy()
1233 fctx = query->fctx; in fctx_cancelquery()
1823 fctx = query->fctx; in process_sendevent()
2480 fctx = query->fctx; in resquery_send()
3011 fctx = query->fctx; in resquery_connected()
3512 fctx->info, fctx->clientstr, fctx->id, in findname()
4274 fctx->res, &fctx->qminname, fctx->qmintype, in fctx_try()
5545 fctx = valarg->fctx; in validated()
7545 fctx = query->fctx; in resquery_response()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_fence.c18 fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in msm_fence_context_alloc()
19 if (!fctx) in msm_fence_context_alloc()
22 fctx->dev = dev; in msm_fence_context_alloc()
23 strncpy(fctx->name, name, sizeof(fctx->name)); in msm_fence_context_alloc()
28 return fctx; in msm_fence_context_alloc()
33 kfree(fctx); in msm_fence_context_free()
49 fctx->name, fence, fctx->last_fence); in msm_wait_fence()
84 fctx->completed_fence = max(fence, fctx->completed_fence); in msm_update_fence()
108 return f->fctx->name; in msm_fence_get_timeline_name()
132 f->fctx = fctx; in msm_fence_alloc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_fence.c18 fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in msm_fence_context_alloc()
19 if (!fctx) in msm_fence_context_alloc()
22 fctx->dev = dev; in msm_fence_context_alloc()
23 strncpy(fctx->name, name, sizeof(fctx->name)); in msm_fence_context_alloc()
28 return fctx; in msm_fence_context_alloc()
33 kfree(fctx); in msm_fence_context_free()
49 fctx->name, fence, fctx->last_fence); in msm_wait_fence()
84 fctx->completed_fence = max(fence, fctx->completed_fence); in msm_update_fence()
108 return f->fctx->name; in msm_fence_get_timeline_name()
132 f->fctx = fctx; in msm_fence_alloc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_fence.c18 fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in msm_fence_context_alloc()
19 if (!fctx) in msm_fence_context_alloc()
22 fctx->dev = dev; in msm_fence_context_alloc()
23 strncpy(fctx->name, name, sizeof(fctx->name)); in msm_fence_context_alloc()
28 return fctx; in msm_fence_context_alloc()
33 kfree(fctx); in msm_fence_context_free()
49 fctx->name, fence, fctx->last_fence); in msm_wait_fence()
84 fctx->completed_fence = max(fence, fctx->completed_fence); in msm_update_fence()
108 return f->fctx->name; in msm_fence_get_timeline_name()
132 f->fctx = fctx; in msm_fence_alloc()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dresolver.c910 valarg->fctx = fctx; in valcreate()
1224 fctx = query->fctx; in resquery_destroy()
1277 fctx = query->fctx; in fctx_cancelquery()
1878 fctx = query->fctx; in process_sendevent()
2542 fctx = query->fctx; in resquery_send()
3074 fctx = query->fctx; in resquery_connected()
3577 fctx->info, fctx->clientstr, fctx->id, in findname()
4356 fctx->res, &fctx->qminname, fctx->qmintype, in fctx_try()
5770 fctx = valarg->fctx; in validated()
7882 fctx = query->fctx; in resquery_response()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dresolver.c910 valarg->fctx = fctx; in valcreate()
1224 fctx = query->fctx; in resquery_destroy()
1277 fctx = query->fctx; in fctx_cancelquery()
1878 fctx = query->fctx; in process_sendevent()
2542 fctx = query->fctx; in resquery_send()
3074 fctx = query->fctx; in resquery_connected()
3577 fctx->info, fctx->clientstr, fctx->id, in findname()
4356 fctx->res, &fctx->qminname, fctx->qmintype, in fctx_try()
5770 fctx = valarg->fctx; in validated()
7882 fctx = query->fctx; in resquery_response()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dresolver.c899 valarg->fctx = fctx; in valcreate()
1231 fctx = query->fctx; in fctx_cancelquery()
1739 fctx = query->fctx; in resquery_senddone()
2764 fctx = query->fctx; in resquery_connected()
4010 fctx->res, fctx->qminname, fctx->qmintype, fctx->domain, in fctx_try()
4299 isc_mem_putanddetach(&fctx->mctx, fctx, sizeof(*fctx)); in fctx_destroy()
5188 fctx = valarg->fctx; in validated()
7208 fctx = query->fctx; in resquery_response()
7608 .fctx = fctx, in rctx_respinit()
9401 fctx, &fctx->nsrrset, NULL, &fctx->nsfetch); in rctx_chaseds()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dresolver.c99 fctx, fctx->info, \
107 fctx, fctx->info, \
633 valarg->fctx = fctx; in valcreate()
903 fctx = query->fctx; in resquery_destroy()
956 fctx = query->fctx; in fctx_cancelquery()
1527 fctx = query->fctx; in process_sendevent()
2197 fctx = query->fctx; in resquery_send()
2722 fctx = query->fctx; in resquery_connected()
4924 fctx = valarg->fctx; in validated()
7084 chkarg.fctx = fctx; in noanswer_response()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-dump/
H A Dvdb-dump-fastq.c82 fctx -> cursor = NULL; in init_fastq_ctx()
83 fctx -> row_iter = NULL; in init_fastq_ctx()
152 rc = VTableCreateCachedCursorRead( fctx -> tbl, &fctx -> cursor, fctx -> cur_cache_size ); in vdb_prepare_cursor()
159 if ( 0 == rc && ( df_fastq == fctx -> format || df_fastq1 == fctx -> format ) ) in vdb_prepare_cursor()
164 if ( 0 == rc && ( df_qual == fctx -> format || df_qual1 == fctx -> format ) ) in vdb_prepare_cursor()
230 rc = VCursorCellDataDirect( fctx -> cursor, row_id, fctx -> idx_name, &elem_bits, in read_spot()
377 if ( INVALID_COLUMN == fctx -> idx_read || INVALID_COLUMN == fctx -> idx_name || in vdb_fastq1_loop()
419 if ( INVALID_COLUMN == fctx -> idx_read || INVALID_COLUMN == fctx -> idx_qual ) in vdb_fastq_loop()
934 if ( INVALID_COLUMN == fctx -> idx_name || INVALID_COLUMN == fctx -> idx_read ) in vdb_fasta2_loop()
1004 rc = VCursorIdRange( fctx -> cursor, fctx -> idx_read, &first, &count ); in vdb_fastq_tbl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c67 if (!--fctx->notify_ref) in nouveau_fence_signal()
94 spin_lock_irq(&fctx->lock); in nouveau_fence_context_kill()
112 fctx->dead = 1; in nouveau_fence_context_del()
138 u32 seq = fctx->read(chan); in nouveau_fence_update()
204 &fctx->notify); in nouveau_fence_context_new()
221 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
224 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
225 kref_get(&fctx->fence_ref); in nouveau_fence_emit()
228 ret = fctx->emit(fence); in nouveau_fence_emit()
446 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c67 if (!--fctx->notify_ref) in nouveau_fence_signal()
94 spin_lock_irq(&fctx->lock); in nouveau_fence_context_kill()
112 fctx->dead = 1; in nouveau_fence_context_del()
138 u32 seq = fctx->read(chan); in nouveau_fence_update()
204 &fctx->notify); in nouveau_fence_context_new()
221 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
224 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
225 kref_get(&fctx->fence_ref); in nouveau_fence_emit()
228 ret = fctx->emit(fence); in nouveau_fence_emit()
446 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c67 if (!--fctx->notify_ref) in nouveau_fence_signal()
94 spin_lock_irq(&fctx->lock); in nouveau_fence_context_kill()
112 fctx->dead = 1; in nouveau_fence_context_del()
138 u32 seq = fctx->read(chan); in nouveau_fence_update()
204 &fctx->notify); in nouveau_fence_context_new()
221 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
224 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
225 kref_get(&fctx->fence_ref); in nouveau_fence_emit()
228 ret = fctx->emit(fence); in nouveau_fence_emit()
446 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts/
H A Dfts-search.c50 if (fts_backend_lookup(fctx->backend, fctx->box, args, flags, in fts_search_lookup_level_single()
133 fctx->box->virtual_vfuncs->get_virtual_uids(fctx->box, in multi_add_lookup_result()
140 fctx->box->virtual_vfuncs->get_virtual_uids(fctx->box, in multi_add_lookup_result()
165 fctx->box->virtual_vfuncs->get_virtual_backend_boxes(fctx->box, in fts_search_lookup_level_multi()
209 ret = !fctx->virtual_mailbox ? in fts_search_lookup_level()
335 fts_search_merge_scores_level(fctx, fctx->args->args, &idx, in fts_search_merge_scores()
348 if (fts_backend_get_last_uid(fctx->backend, fctx->box, &last_uid) < 0) in fts_search_lookup()
355 if (fts_search_args_expand(fctx->backend, fctx->args) < 0) in fts_search_lookup()
358 fts_search_serialize(fctx->orig_matches, fctx->args->args); in fts_search_lookup()
360 if (fts_search_lookup_level(fctx, fctx->args->args, TRUE) == 0) { in fts_search_lookup()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pg_buffercache/
H A Dpg_buffercache_pages.c124 fctx->tupdesc = BlessTupleDesc(tupledesc); in pg_buffercache_pages()
127 fctx->record = (BufferCachePagesRec *) in pg_buffercache_pages()
133 funcctx->user_fctx = fctx; in pg_buffercache_pages()
159 fctx->record[i].forknum = bufHdr->tag.forkNum; in pg_buffercache_pages()
160 fctx->record[i].blocknum = bufHdr->tag.blockNum; in pg_buffercache_pages()
165 fctx->record[i].isdirty = true; in pg_buffercache_pages()
167 fctx->record[i].isdirty = false; in pg_buffercache_pages()
171 fctx->record[i].isvalid = true; in pg_buffercache_pages()
173 fctx->record[i].isvalid = false; in pg_buffercache_pages()
182 fctx = funcctx->user_fctx; in pg_buffercache_pages()
[all …]

12345678910>>...56