Home
last modified time | relevance | path

Searched refs:PRINTABLE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c96 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro
98 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro
125 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
136 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
172 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
198 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
227 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_puchar()
690 if (PRINTABLE(i)) fprintf(f, "%c", i); in pcre_printint()
696 if (PRINTABLE(j)) fprintf(f, "%c", j); in pcre_printint()
H A Dpcre_compile.c9738 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9747 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
/PHP-7.2/ext/imap/tests/
H A Dbug35669.phpt58 Content-Transfer-Encoding: QUOTED-PRINTABLE
64 Content-Transfer-Encoding: QUOTED-PRINTABLE
H A Dbug31142_2.phpt28 Content-Transfer-Encoding: QUOTED-PRINTABLE

Completed in 31 milliseconds