Searched refs:tmpbufsize (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du-strconv-to-enc.h41 size_t tmpbufsize = SIZEOF (tmpbuf);
45 utf8_string = U_TO_U8 (string, U_STRLEN (string) + 1, tmpbuf, &tmpbufsize);
H A Du-conv-to-enc.h79 size_t tmpbufsize = SIZEOF (tmpbuf);
85 utf8_src = U_TO_U8 (src, srclen, tmpbuf, &tmpbufsize);
88 utf8_srclen = tmpbufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/extras/
H A Diconv_string.c11 #define tmpbufsize 4096 macro
71 char tmpbuf[tmpbufsize];
76 size_t outsize = tmpbufsize;
92 size_t outsize = tmpbufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/extras/
H A Diconv_string.c11 #define tmpbufsize 4096 macro
71 char tmpbuf[tmpbufsize];
76 size_t outsize = tmpbufsize;
92 size_t outsize = tmpbufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstriconv.c47 # define tmpbufsize 4096 macro
63 union { unsigned int align; char buf[tmpbufsize]; } tmp;
71 size_t outsize = tmpbufsize;
103 size_t outsize = tmpbufsize;
200 # undef tmpbufsize macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstriconv.c47 # define tmpbufsize 4096 macro
63 union { unsigned int align; char buf[tmpbufsize]; } tmp;
71 size_t outsize = tmpbufsize;
103 size_t outsize = tmpbufsize;
200 # undef tmpbufsize macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.c47 # define tmpbufsize 4096 macro
63 union { unsigned int align; char buf[tmpbufsize]; } tmp;
71 size_t outsize = tmpbufsize;
103 size_t outsize = tmpbufsize;
200 # undef tmpbufsize macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_local.h92 size_t tmpbufsize; /* size of errbuf */ member in struct:_snd_seq
H A Dseq.c3882 seq->tmpbufsize = size;
3884 seq->tmpbufsize = DEFAULT_TMPBUF_SIZE;
3885 seq->tmpbuf = malloc(seq->tmpbufsize * sizeof(snd_seq_event_t));
3888 } else if (len > seq->tmpbufsize) {
3892 seq->tmpbufsize = size;
H A Dseq_hw.c508 seq->tmpbufsize = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveh.c359 # define tmpbufsize 4096 macro
362 union { unsigned int align; char buf[tmpbufsize]; } tmp;
599 # define utf8bufsize 4096 /* may also be smaller or larger than tmpbufsize */
1001 # undef tmpbufsize macro

Completed in 118 milliseconds