Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 24 of 24) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h42 bool finalized() const XRAY_NEVER_INSTRUMENT { in finalized() function
71 if (finalized()) in setupNewBuffer()
104 if (finalized()) in setupNewBuffer()
110 if (finalized()) in prepareBuffer()
137 if (finalized()) { in returnBuffer()
246 if (finalized() || in functionEnter()
270 if (finalized()) in functionTailExit()
295 if (finalized() || in functionEnterArg()
312 if (finalized() || in functionExit()
335 if (finalized() || in customEvent()
[all …]
H A Dxray_fdr_flags.inc23 "notice that the log has been finalized and clean up.")
H A Dxray_profiling_flags.inc25 "notice that the profiler has been finalized and clean up.")
/src/contrib/unbound/libunbound/
H A Dlibunbound.c416 if(ctx->finalized) { in ub_ctx_set_option()
445 if(ctx->finalized) { in ub_ctx_config()
463 if(ctx->finalized) { in ub_ctx_add_ta()
482 if(ctx->finalized) { in ub_ctx_add_ta_file()
500 if(ctx->finalized) { in ub_ctx_add_ta_autr()
520 if(ctx->finalized) { in ub_ctx_trustedkeys()
562 if(ctx->finalized) { in ub_ctx_async()
756 if(!ctx->finalized) { in ub_resolve()
802 if(!ctx->finalized) { in ub_resolve_event()
844 if(!ctx->finalized) { in ub_resolve_async()
[all …]
H A Dcontext.h84 int finalized; member
H A Dcontext.c117 ctx->finalized = 1; in context_finalize()
/src/crypto/openssl/doc/man3/
H A DPKCS7_sign_add_signer.pod30 is not complete and must be finalized either by streaming (if applicable) or
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
72 before it is finalized.
H A DCMS_add1_signer.pod31 structure is not complete and must be finalized either by streaming (if
53 The returned CMS_ContentInfo structure will be valid and finalized when this
57 CMS_SignerInfo structure will not be finalized so additional attributes
87 before it is finalized.
H A DCMS_EnvelopedData_create.pod42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
H A DCMAC_CTX.pod85 CMAC_resume() resumes a previously finalized CMAC calculation, allowing
H A DEVP_VerifyInit.pod69 Since only a copy of the digest context is ever finalized the context must
H A DEVP_SignInit.pod73 Since only a copy of the digest context is ever finalized the context must
/src/usr.sbin/fwget/pci/
H A Dpci32 0x00) echo "old" ;; # built before class codes were finalized
/src/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1036 assert(!finalized && "should only finalize once"); in finalizeContents()
1041 finalized = true; in finalizeContents()
H A DChunks.h505 bool finalized = false; variable
/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1349 void finalizeContents() override { finalized = true; } in finalizeContents()
1354 bool finalized = false; variable
H A DSyntheticSections.cpp4339 return !finalized || !entries.empty(); in isNeeded()
/src/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md145 Any required reviews can then be finalized and the pull request merged.
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td130 "cannot rebuild module '%0' as it is already finalized">, DefaultFatal;
/src/contrib/libevent/
H A Dwhatsnew-2.1.txt259 A finalized event cannot be re-added or activated. The finalizer
261 "resucitate" the event being finalized in any way.
/src/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt259 A finalized event cannot be re-added or activated. The finalizer
261 "resucitate" the event being finalized in any way.
/src/sys/contrib/zstd/
H A DCHANGELOG301 api : finalized advanced API, last stage before "stable" status
/src/share/doc/IPv6/
H A DIMPLEMENTATION1361 When RFC2553 was about to be finalized, there was discussion on how struct
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td4554 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work