Searched refs:write_ptr (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/cmp/ |
A D | cmp_status.c | 176 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local 186 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 189 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 194 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 200 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 211 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts() 223 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
|
Completed in 2 milliseconds