Searched refs:freeText (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_hdr.c | 148 if (hdr->freeText == NULL in ossl_cmp_hdr_push0_freeText() 149 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push0_freeText() 152 return sk_ASN1_UTF8STRING_push(hdr->freeText, text); in ossl_cmp_hdr_push0_freeText() 160 if (hdr->freeText == NULL in ossl_cmp_hdr_push1_freeText() 161 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push1_freeText() 164 return ossl_cmp_sk_ASN1_UTF8STRING_push_str(hdr->freeText, (char *)text->data, in ossl_cmp_hdr_push1_freeText() 344 if (ctx->freeText != NULL in ossl_cmp_hdr_init() 345 && !ossl_cmp_hdr_push1_freeText(hdr, ctx->freeText)) in ossl_cmp_hdr_init()
|
| H A D | cmp_local.h | 100 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ member 549 OSSL_CMP_PKIFREETEXT *freeText; /* 7 */ member
|
| H A D | cmp_asn.c | 1044 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_hdr_init.pod | 85 hdr->freeText and consumes the given pointer. 88 hdr->freeText and does not consume the pointer.
|
| /src/crypto/openssl/test/ |
| H A D | cmp_hdr_test.c | 261 if (!TEST_true(text == sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0))) in execute_HDR_push0_freeText_test() 294 pushed_text = sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0); in execute_HDR_push1_freeText_test()
|
| /src/contrib/sqlite3/ |
| H A D | shell.c | 1473 static void freeText(ShellText *p){ in freeText() function 1582 freeText(&s); in shellFakeSchema() 25224 freeText(&sTable); in dump_callback() 25225 freeText(&sSelect); in dump_callback() 31048 freeText(&sSelect); in do_meta_command() 31397 freeText(&str); in do_meta_command() 31522 freeText(&sQuery); in do_meta_command() 31523 freeText(&sSql); in do_meta_command() 31743 freeText(&s); in do_meta_command()
|