| /src/external/ibm-public/postfix/dist/src/testing/ |
| msg_capture.c | 71 /* vstream_swap - capture output for testing */ 73 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 105 vstream_swap(VSTREAM_ERR, mp->stream); 112 vstream_swap(mp->stream, VSTREAM_ERR);
|
| dict_test_helper.c | 117 /* vstream_swap - capture msg(3) output for testing */ 119 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 140 vstream_swap(VSTREAM_ERR, memory_stream); 142 vstream_swap(memory_stream, VSTREAM_ERR); 205 vstream_swap(VSTREAM_ERR, memory_stream); 207 vstream_swap(memory_stream, VSTREAM_ERR);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| hfrom_format.c | 113 /* vstream_swap - kludge to capture output for testing */ 115 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 218 vstream_swap(VSTREAM_ERR, memory_stream); 221 vstream_swap(memory_stream, VSTREAM_ERR); 252 vstream_swap(VSTREAM_ERR, memory_stream); 255 vstream_swap(memory_stream, VSTREAM_ERR);
|
| config_known_tcp_ports.c | 139 /* vstream_swap - kludge to capture output for testing */ 141 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 224 vstream_swap(VSTREAM_ERR, memory_stream); 226 vstream_swap(memory_stream, VSTREAM_ERR);
|
| dict_sqlite_test.c | 49 /* vstream_swap - capture output for testing */ 51 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 163 vstream_swap(VSTREAM_ERR, memory_stream); 166 vstream_swap(memory_stream, VSTREAM_ERR);
|
| rfc2047_code.c | 369 /* vstream_swap - capture output for testing */ 371 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 423 vstream_swap(VSTREAM_ERR, memory_stream); 427 vstream_swap(memory_stream, VSTREAM_ERR);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| find_inet.c | 127 /* vstream_swap - kludge to capture output for testing */ 129 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 225 vstream_swap(VSTREAM_ERR, memory_stream); 228 vstream_swap(memory_stream, VSTREAM_ERR);
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_peer_test.c | 49 /* vstream_swap - capture output for testing */ 51 static void vstream_swap(VSTREAM *one, VSTREAM *two) function 144 vstream_swap(VSTREAM_ERR, memory_stream); 146 vstream_swap(memory_stream, VSTREAM_ERR);
|