Lines Matching defs:data
93 char *data, size_t size,
165 if(data[i] == '\n') { /* LF */
169 (void)fwrite(data + st, i - st + 1, 1, output);
176 (void)fwrite(data + st, i - st + 1, 1, output);
178 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
185 (void)fwrite(data, size, 1, output);
186 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
194 /* if the data is output to a tty and we're sending this debug trace
195 to stderr or stdout, we don't display the alert about the data not
196 being shown as the data _is_ shown then just not via this
202 fprintf(output, "[%zu bytes data]\n", size);
219 fprintf(output, "%s%s== Info: %.*s", timebuf, idsbuf, (int)size, data);
228 text = "=> Send data";
234 text = "<= Recv data";
237 text = "<= Recv SSL data";
240 text = "=> Send SSL data";
244 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size,