Home
last modified time | relevance | path

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

/crypto/cmp/
A Dcmp_status.c167 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local
177 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts()
180 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts()
188 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts()
194 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts()
205 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts()
212 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts()
217 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()

Completed in 7 milliseconds