Displaying 2 results from an estimated 2 matches for "decode_buf".
2005 Dec 19
0
alpha5: assert and core
...= {parent = 0x0, next = 0x0, children = 0x0, physical_pos = 0,
header_size = {physical_size = 909, virtual_size = 909, lines = 0},
body_size = {physical_size = 384, virtual_size = 390, lines = 6},
flags = 72, context = 0x0}
(gdb) print part_ctx
$4 = {body_ctx = 0xffbff3d4, translation = 0x0, decode_buf = 0x0,
match_buf = 0x0, content_type = 0xab510 "text/plain",
content_charset = 0xab4f8 "US-ASCII", content_qp = 0, content_base64 = 0,
content_unknown = 0, content_type_text = 1, ignore_header = 1}
(gdb) quit
2005 Dec 22
1
alpha5: (message_body_search_ctx) assert
...x0, children = 0x0, physical_pos = 0, header_size = {physical_size = 168,
virtual_size = 168, lines = 0}, body_size = {physical_size = 20014, virtual_size = 20662, lines = 647},
flags = MESSAGE_PART_FLAG_TEXT, context = 0x0}
(gdb) print part_ctx
$5 = {body_ctx = 0xffbff3dc, translation = 0x0, decode_buf = 0x0, match_buf = 0x0, content_type = 0x0,
content_charset = 0x0, content_qp = 0, content_base64 = 0, content_unknown = 0, content_type_text = 1,
ignore_header = 1}
(gdb) print input->v_offset
$6 = 198
(gdb) print part->header_size.physical_size
$7 = 168
(gdb) quit