Searched refs:dump_width (Results 1 – 1 of 1) sorted by relevance
87 int dump_width; in BIO_dump_indent_cb() local105 dump_width = DUMP_WIDTH_LESS_INDENT(indent); in BIO_dump_indent_cb()106 rows = (len / dump_width); in BIO_dump_indent_cb()107 if ((rows * dump_width) < len) in BIO_dump_indent_cb()111 snprintf(tmp, sizeof tmp, "%04x - ", i*dump_width); in BIO_dump_indent_cb()113 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()114 if (((i*dump_width) + j) >= len) { in BIO_dump_indent_cb()117 ch = ((unsigned char)*(s + i*dump_width + j)) & 0xff; in BIO_dump_indent_cb()124 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()125 if (((i*dump_width) + j) >= len) in BIO_dump_indent_cb()[all …]