Lines Matching defs:file_rec
49 typedef struct file_rec
66 } file_rec;
72 file_rec *file;
198 static apr_status_t make_uuid_rec(file_rec *file, header_rec *header,
231 static apr_status_t finalise_body(file_rec *file, header_rec *header)
284 static int check_prefix(file_rec *file, header_rec *header, const char *str,
319 static apr_status_t process_body(file_rec *file, header_rec *header,
427 static apr_status_t process_header(file_rec *file, header_rec *header,
500 static apr_status_t demux(file_rec *file)
658 file_rec *file;
674 file = apr_pcalloc(pool, sizeof(file_rec));