X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr.c;h=142249f2217b47f5c32622488e3723e8217883d3;hp=3ad263dd05e1196a1eb799c268e1663dc0451bf0;hb=5f5ce1a79c4061098904a01ff9c9e723e9d6e7b9;hpb=0b0eb588d2989d5bc7d77600e4e9b375d1eade12 diff --git a/src/odr.c b/src/odr.c index 3ad263d..142249f 100644 --- a/src/odr.c +++ b/src/odr.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -64,7 +64,7 @@ void odr_perror(ODR o, const char *message) fprintf(stderr, "%s: %s (code %d:%d)", message, odr_errlist[err], err, x); if (e && *e) fprintf(stderr, " element %s", e); - + fprintf(stderr, "\n"); if (element_path) { @@ -147,7 +147,7 @@ void odr_FILE_write(ODR o, void *handle, int type, for (i = 0; i < len; i++) { unsigned c = ((const unsigned char *) buf)[i]; - if (i == 2000 && len > 3100) + if (i == 20000 && len > 31000) { fputs(" ..... ", (FILE*) handle); i = len - 1000; @@ -177,7 +177,7 @@ void odr_setprint(ODR o, FILE *file) void odr_set_stream(ODR o, void *handle, - void (*stream_write)(ODR o, + void (*stream_write)(ODR o, void *handle, int type, const char *buf, int len), void (*stream_close)(void *handle)) @@ -254,7 +254,7 @@ void odr_reset(ODR o) yaz_iconv(o->op->iconv_handle, 0, 0, 0, 0); yaz_log(log_level, "odr_reset o=%p", o); } - + void odr_destroy(ODR o) { nmem_destroy(o->mem);