Lines Matching refs:length
99 * Also, set content length.
106 * Set the content length for this request
108 * @param length The new content length
110 AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t length);
263 * @param length Amount of data to send
267 apr_size_t length, apr_size_t *nbytes);
275 * @param length The amount of data to send
281 apr_size_t length);
495 * Call this in a loop. It will put data into a buffer and return the length
591 * @return The length of the line, if successful
611 * @param read The length of the line.