Home
last modified time | relevance | path

Searched defs:readptr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Ddir.h40 size_t readptr = 0; // The current read pointer. variable
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib508.c31 char *readptr; member
H A Dlib1514.c36 char *readptr; member
H A Dlib1517.c31 char *readptr; member
H A Dlib667.c32 char *readptr; member
H A Dlib668.c31 char *readptr; member
H A Dlib554.c32 char *readptr; member
H A Dlib654.c32 char *readptr; member
H A Dlib643.c32 char *readptr; member
/aosp_15_r20/external/curl/docs/examples/
H A Dftpuploadfrommem.c44 const char *readptr; member
H A Dpost-callback.c42 const char *readptr; member
/aosp_15_r20/bionic/tests/
H A Dsystem_properties_test.cpp624 const prop_info* readptr = __system_property_find(property_name.c_str()); in TEST() local