Searched defs:setptr (Results 1 – 4 of 4) sorted by relevance
24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos ) in setptr() function
19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
22 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro