Home
last modified time | relevance | path

Searched refs:FORMAT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c334 #define FORMAT_BUF_SIZE 4096 macro
335 static char format_buffer[FORMAT_BUF_SIZE];
953 static unsigned char sbuf0[FORMAT_BUF_SIZE];
954 static unsigned char sbuf1[FORMAT_BUF_SIZE];
987 if (length * 4 >= FORMAT_BUF_SIZE) {
1001 if (length * 2 >= FORMAT_BUF_SIZE) {
1031 if (length * 2 >= FORMAT_BUF_SIZE) {
1062 outbytesleft = FORMAT_BUF_SIZE;
1070 length = FORMAT_BUF_SIZE - outbytesleft;
1259 if (FORMAT_BUF_SIZE - len < 2 * length)
[all …]
H A Dpdfobj.c139 #define FORMAT_BUF_SIZE 4096 macro
140 static char format_buffer[FORMAT_BUF_SIZE];
943 char wbuf[FORMAT_BUF_SIZE]; /* Shouldn't use format_buffer[]. */ in write_string()
979 count = pdfobj_escape_str(wbuf, FORMAT_BUF_SIZE, &(s[i]), 1); in write_string()