Apache HTTPD
Functions
seek.c File Reference
#include "apr_arch_file_io.h"

Go to the source code of this file.

Functions

static apr_status_t setptr (apr_file_t *thefile, apr_off_t pos)
 
 APR_DECLARE (apr_status_t)
 
apr_status_t apr_file_trunc (apr_file_t *fp, apr_off_t offset)
 

Function Documentation

◆ apr_file_trunc()

apr_status_t apr_file_trunc ( apr_file_t fp,
apr_off_t  offset 
)

Definition at line 99 of file seek.c.

◆ setptr()

static apr_status_t setptr ( apr_file_t thefile,
apr_off_t  pos 
)
static

Definition at line 19 of file seek.c.