Searched refs:freeText (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 167 if (hdr->freeText == NULL in ossl_cmp_hdr_push0_freeText() 168 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push0_freeText() 171 return sk_ASN1_UTF8STRING_push(hdr->freeText, text); in ossl_cmp_hdr_push0_freeText() 179 if (hdr->freeText == NULL in ossl_cmp_hdr_push1_freeText() 180 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push1_freeText() 184 ossl_cmp_sk_ASN1_UTF8STRING_push_str(hdr->freeText, (char *)text->data, in ossl_cmp_hdr_push1_freeText() 360 * freeText [7] PKIFreeText OPTIONAL, in ossl_cmp_hdr_init() 364 if (ctx->freeText != NULL in ossl_cmp_hdr_init() 365 && !ossl_cmp_hdr_push1_freeText(hdr, ctx->freeText)) in ossl_cmp_hdr_init()
|
H A D | cmp_local.h | 95 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ member 473 * freeText [7] PKIFreeText OPTIONAL, 493 OSSL_CMP_PKIFREETEXT *freeText; /* 7 */ member
|
H A D | cmp_asn.c | 435 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 167 if (hdr->freeText == NULL in ossl_cmp_hdr_push0_freeText() 168 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push0_freeText() 171 return sk_ASN1_UTF8STRING_push(hdr->freeText, text); in ossl_cmp_hdr_push0_freeText() 179 if (hdr->freeText == NULL in ossl_cmp_hdr_push1_freeText() 180 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push1_freeText() 184 ossl_cmp_sk_ASN1_UTF8STRING_push_str(hdr->freeText, (char *)text->data, in ossl_cmp_hdr_push1_freeText() 360 * freeText [7] PKIFreeText OPTIONAL, in ossl_cmp_hdr_init() 364 if (ctx->freeText != NULL in ossl_cmp_hdr_init() 365 && !ossl_cmp_hdr_push1_freeText(hdr, ctx->freeText)) in ossl_cmp_hdr_init()
|
H A D | cmp_local.h | 95 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ member 473 * freeText [7] PKIFreeText OPTIONAL, 493 OSSL_CMP_PKIFREETEXT *freeText; /* 7 */ member
|
H A D | cmp_asn.c | 435 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
|
/third_party/openssl/test/ |
H A D | cmp_hdr_test.c | 243 if (!TEST_true(text == sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0))) in execute_HDR_push0_freeText_test() 276 pushed_text = sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0); in execute_HDR_push1_freeText_test()
|
/third_party/sqlite/src/ |
H A D | shell.c | 838 static void freeText(ShellText *p){ in freeText() function 946 freeText(&s); in shellFakeSchema() 18672 freeText(&sTable); in dump_callback() 18673 freeText(&sSelect); in dump_callback() 24070 freeText(&sSelect); in do_meta_command() 24420 freeText(&str); in do_meta_command() 24545 freeText(&sQuery); in do_meta_command() 24546 freeText(&sSql); in do_meta_command() 24702 freeText(&s); in do_meta_command()
|
Completed in 46 milliseconds