Searched refs:newChain (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/cmp/ |
D | cmp_ctx.c | 224 sk_X509_pop_free(ctx->newChain, X509_free); in OSSL_CMP_CTX_free() 475 return X509_chain_up_ref(ctx->newChain); in STACK_OF() 482 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) in ossl_cmp_ctx_set1_newChain() argument 487 sk_X509_pop_free(ctx->newChain, X509_free); in ossl_cmp_ctx_set1_newChain() 488 ctx->newChain = NULL; in ossl_cmp_ctx_set1_newChain() 489 return newChain == NULL || in ossl_cmp_ctx_set1_newChain() 490 (ctx->newChain = X509_chain_up_ref(newChain)) != NULL; in ossl_cmp_ctx_set1_newChain()
|
D | cmp_local.h | 126 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */ 786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 598 RuleChain *newChain = new RuleChain; in parse() local 599 if (newChain == nullptr) { in parse() 603 newChain->fKeyword = token; in parse() 605 prules->mRules = newChain; in parse() 614 newChain->fNext = insertAfter->fNext; in parse() 615 insertAfter->fNext = newChain; in parse() 622 newChain->ruleHeader = orNode; in parse() 624 currentChain = newChain; in parse()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurrule.cpp | 725 RuleChain *newChain = new RuleChain; in parse() local 726 if (newChain == nullptr) { in parse() 730 newChain->fKeyword = token; in parse() 732 prules->mRules = newChain; in parse() 741 newChain->fNext = insertAfter->fNext; in parse() 742 insertAfter->fNext = newChain; in parse() 749 newChain->ruleHeader = orNode; in parse() 751 currentChain = newChain; in parse()
|
/third_party/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 717 RuleChain *newChain = new RuleChain; in parse() local 718 if (newChain == nullptr) { in parse() 722 newChain->fKeyword = token; in parse() 724 prules->mRules = newChain; in parse() 733 newChain->fNext = insertAfter->fNext; in parse() 734 insertAfter->fNext = newChain; in parse() 741 newChain->ruleHeader = orNode; in parse() 743 currentChain = newChain; in parse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 717 RuleChain *newChain = new RuleChain; in parse() local 718 if (newChain == nullptr) { in parse() 722 newChain->fKeyword = token; in parse() 724 prules->mRules = newChain; in parse() 733 newChain->fNext = insertAfter->fNext; in parse() 734 insertAfter->fNext = newChain; in parse() 741 newChain->ruleHeader = orNode; in parse() 743 currentChain = newChain; in parse()
|
/third_party/openssl/test/ |
D | cmp_ctx_test.c | 96 && ctx->newChain == NULL in execute_CTX_reinit_test() 783 DEFINE_SET_GET_SK_X509_TEST(ossl_cmp, ctx, 1, 1, newChain) in DEFINE_SET_CB_TEST()
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 762 void setAccessChain(AccessChain newChain) { accessChain = newChain; } in setAccessChain() argument
|
/third_party/openssl/doc/man3/ |
D | OSSL_CMP_CTX_new.pod | 180 and any previous results (newCert, newChain, caPubs, and extraCertsIn)
|