Home
last modified time | relevance | path

Searched refs:freeText (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_hdr.c167 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()
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 Dcmp_local.h95 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ member
493 OSSL_CMP_PKIFREETEXT *freeText; /* 7 */ member
H A Dcmp_asn.c435 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod85 hdr->freeText and consumes the given pointer.
88 hdr->freeText and does not consume the pointer.
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_hdr_test.c257 if (!TEST_true(text == sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0))) in execute_HDR_push0_freeText_test()
290 pushed_text = sk_ASN1_UTF8STRING_value(fixture->hdr->freeText, 0); in execute_HDR_push1_freeText_test()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1907 static void freeText(ShellText *p){ in freeText() function
2016 freeText(&s); in shellFakeSchema()
21432 freeText(&sTable); in dump_callback()
21433 freeText(&sSelect); in dump_callback()
26863 freeText(&sSelect); in do_meta_command()
27204 freeText(&str); in do_meta_command()
27328 freeText(&sQuery); in do_meta_command()
27329 freeText(&sSql); in do_meta_command()
27546 freeText(&s); in do_meta_command()