Searched refs:printed_chars (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_status.c | 177 int printed_chars; in snprint_PKIStatusInfo_parts() local 188 if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \ in snprint_PKIStatusInfo_parts() 190 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 191 bufsize -= printed_chars; in snprint_PKIStatusInfo_parts() 193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 225 printed_chars in snprint_PKIStatusInfo_parts() [all...] |
/third_party/openssl/crypto/cmp/ |
H A D | cmp_status.c | 174 int printed_chars; in snprint_PKIStatusInfo_parts() local 185 if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \ in snprint_PKIStatusInfo_parts() 187 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 188 bufsize -= printed_chars; in snprint_PKIStatusInfo_parts() 190 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 198 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 204 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 215 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 222 printed_chars in snprint_PKIStatusInfo_parts() [all...] |
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.cc | 23 int printed_chars; in WriteDirectiveOrSeparator() local 25 printed_chars = w->IndentedDataDirective(directive); in WriteDirectiveOrSeparator() 26 DCHECK_LT(0, printed_chars); in WriteDirectiveOrSeparator() 28 printed_chars = fprintf(w->fp(), ","); in WriteDirectiveOrSeparator() 29 DCHECK_EQ(1, printed_chars); in WriteDirectiveOrSeparator() 31 return current_line_length + printed_chars; in WriteDirectiveOrSeparator()
|
Completed in 3 milliseconds