Searched refs:setptr (Results 1 – 4 of 4) sorted by relevance
19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function66 rc = setptr(thefile, *offset); in apr_file_seek()70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()76 rc = setptr(thefile, finfo.size + *offset); in apr_file_seek()
139 setptr(ibuf, 0); in setfile()184 setptr(ibuf, mailsize); in incfile()
218 void setptr(FILE *, off_t);
59 setptr(FILE *ibuf, off_t offset) in setptr() function