Searched refs:LINE_LENGTH (Results 1 – 4 of 4) sorted by relevance
17 private static final int LINE_LENGTH = 64; field in PemWriter20 private char[] buf = new char[LINE_LENGTH];69 size += dataLen + (((dataLen + LINE_LENGTH - 1) / LINE_LENGTH) * nlLength); in getOutputSize()
153 #define LINE_LENGTH 72 macro164 if (lineBreak > LINE_LENGTH) { in print_indented()167 int spaceIndex = LINE_LENGTH - 1; in print_indented()174 spaceIndex = LINE_LENGTH; in print_indented()
653 #define LINE_LENGTH 75 in show_block_infos() macro654 char str[LINE_LENGTH]; in show_block_infos()655 int strln = snprintf(str, LINE_LENGTH, " %3.2fth=%u%c", in show_block_infos()658 assert(strln < LINE_LENGTH); in show_block_infos()659 if (pos + strln > LINE_LENGTH) { in show_block_infos()665 #undef LINE_LENGTH in show_block_infos()