Lines Matching refs:stream
61 size_t loclen, FILE *stream);
100 if(per->config->headerfile && heads->stream) {
101 size_t rc = fwrite(ptr, size, nmemb, heads->stream);
104 /* flush the stream to send off what we got earlier */
105 (void)fflush(heads->stream);
111 if(per->config->etag_save_file && etag_save->stream) {
124 fwrite(etag_h, size, etag_length, etag_save->stream);
126 fputc('\n', etag_save->stream);
127 (void)fflush(etag_save->stream);
175 if(outs->stream) {
200 if(!outs->stream && !tool_create_output_file(outs, per->config))
220 if(!outs->stream && !tool_create_output_file(outs, per->config))
231 fprintf(outs->stream, BOLD "%.*s" BOLDOFF ":", (int)namelen, ptr);
233 fwrite(&value[1], cb - namelen - 1, 1, outs->stream);
237 outs->stream);
240 fwrite(&value[1], cb - namelen - 1, 1, outs->stream);
245 fwrite(ptr, cb, 1, outs->stream);
361 FILE *stream) {
421 fprintf(stream, "%.*s" LINK "%s" LINKST "%.*s" LINKOFF,
432 fwrite(location, loclen, 1, stream);