Lines Matching defs:tmpfile
282 apr_file_t *tmpfile;
306 rv = apr_file_open(&tmpfile, tmp_collated_fn,
319 rv = ctutil_file_write_uint16(s, tmpfile, overall_len);
321 apr_file_close(tmpfile);
328 apr_file_close(tmpfile);
336 apr_file_close(tmpfile);
393 rv = ctutil_file_write_uint16(s, tmpfile, (apr_uint16_t)scts_size);
398 rv = apr_file_write_full(tmpfile, scts, scts_size, &bytes_written);
420 rv = apr_file_seek(tmpfile, APR_SET, &offset);
422 rv = ctutil_file_write_uint16(s, tmpfile, overall_len);
431 tmprv = apr_file_close(tmpfile);