Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h71 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()
349 if (finalized() || in typedEvent()
[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.")
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibunbound.c368 if(ctx->finalized) { in ub_ctx_set_option()
397 if(ctx->finalized) { in ub_ctx_config()
415 if(ctx->finalized) { in ub_ctx_add_ta()
434 if(ctx->finalized) { in ub_ctx_add_ta_file()
452 if(ctx->finalized) { in ub_ctx_add_ta_autr()
472 if(ctx->finalized) { in ub_ctx_trustedkeys()
514 if(ctx->finalized) { in ub_ctx_async()
934 if(ctx->finalized) { in ub_ctx_set_fwd()
1000 if(ctx->finalized) { in ub_ctx_set_tls()
1041 if(ctx->finalized) { in ub_ctx_set_stub()
[all …]
H A Dcontext.h84 int finalized; member
H A Dcontext.c106 ctx->finalized = 1; in context_finalize()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DPKCS7_sign_add_signer.pod29 is not complete and must be finalized either by streaming (if applicable) or
46 returned PKCS7 structure will be valid and finalized when this flag is set.
49 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
86 before it is finalized.
H A DEVP_VerifyInit.pod59 Since only a copy of the digest context is ever finalized the context must
H A DEVP_SignInit.pod63 Since only a copy of the digest context is ever finalized the context must
H A DEVP_DigestVerifyInit.pod87 Since only a copy of the digest context is ever finalized, the context must
H A DEVP_DigestSignInit.pod134 Since only a copy of the digest context is ever finalized, the context must
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c1013 svn_boolean_t finalized; member
1192 if (! wb->finalized) in rep_write_close_contents()
1198 wb->finalized = TRUE; in rep_write_close_contents()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.cpp959 assert(!finalized && "should only finalize once"); in finalizeContents()
964 finalized = true; in finalizeContents()
H A DChunks.h432 bool finalized = false; variable
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1164 void finalizeContents() override { finalized = true; } in finalizeContents()
1169 bool finalized = false; variable
H A DSyntheticSections.cpp3732 return !finalized || !entries.empty(); in isNeeded()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td115 "cannot rebuild module '%0' as it is already finalized">, DefaultFatal;
/freebsd-13.1/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md145 Any required reviews can then be finalized and the pull request merged.
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt263 A finalized event cannot be re-added or activated. The finalizer
265 "resucitate" the event being finalized in any way.
/freebsd-13.1/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.
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG196 api : finalized advanced API, last stage before "stable" status
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoB.td561 // or gorci. Since Zbb is closer to being finalized than Zbp this will be
/freebsd-13.1/share/doc/IPv6/
H A DIMPLEMENTATION1362 When RFC2553 was about to be finalized, there was discussion on how struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td4871 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work