Searched refs:dump_width (Results 1 – 2 of 2) sorted by relevance
36 int dump_width; in BIO_dump_indent_cb() local43 dump_width = DUMP_WIDTH_LESS_INDENT(indent); in BIO_dump_indent_cb()44 rows = len / dump_width; in BIO_dump_indent_cb()45 if ((rows * dump_width) < len) in BIO_dump_indent_cb()49 i * dump_width); in BIO_dump_indent_cb()50 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()52 if (((i * dump_width) + j) >= len) { in BIO_dump_indent_cb()55 ch = *(s + i * dump_width + j) & 0xff; in BIO_dump_indent_cb()66 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()67 if (((i * dump_width) + j) >= len) in BIO_dump_indent_cb()[all …]
35 int dump_width; in BIO_dump_indent_cb() local42 dump_width = DUMP_WIDTH_LESS_INDENT(indent); in BIO_dump_indent_cb()43 rows = len / dump_width; in BIO_dump_indent_cb()44 if ((rows * dump_width) < len) in BIO_dump_indent_cb()48 i * dump_width); in BIO_dump_indent_cb()49 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()51 if (((i * dump_width) + j) >= len) { in BIO_dump_indent_cb()54 ch = ((unsigned char)*(s + i * dump_width + j)) & 0xff; in BIO_dump_indent_cb()65 for (j = 0; j < dump_width; j++) { in BIO_dump_indent_cb()66 if (((i * dump_width) + j) >= len) in BIO_dump_indent_cb()[all …]