Lines Matching defs:text
222 char *text = ossl_sk_ASN1_UTF8STRING2text(emc->errorDetails, ", ",
225 if (text != NULL && *text != '\0')
226 ERR_add_error_data(2, "; errorDetails: ", text);
227 OPENSSL_free(text);
303 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ",
306 if (text == NULL
308 "%s'", text) < 0)
310 OPENSSL_free(text);
489 const char **text)
493 (void)text; /* make (artificial) use of var to prevent compiler warning */