Lines Matching refs:record
63 * list because it only grows one record at a time, it's only accessed
70 * record.
181 * chunk of stuff that we do I/O on. A "record" is a piece of info that we
182 * care about. Typically many "record"s fit into a "block".
189 union record {
530 /* allocate a per-request structure and put it in the request record */
664 /* process the RSL and set the MIME info in the request record */
787 /* save the info in the request record */
818 * magic_process - process input file r Apache API request record
912 * API request record
1676 /* move to next continuation record */
2099 /* set encoding type in the request record */
2226 register union record *header = (union record *) buf;
2231 if (nbytes < sizeof(union record))
2238 for (i = sizeof(union record); --i >= 0;) {