Home
last modified time | relevance | path

Searched defs:setptr (Results 1 – 7 of 7) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/os2/
Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos ) in setptr() function
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/os2/
Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos ) in setptr() function
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/unix/
Dseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/unix/
Dseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dseek.c22 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dseek.c22 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
/external/one-true-awk/
Dawk.h45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro