Home
last modified time | relevance | path

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

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