OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readptr
(Results
1 - 6
of
6
) sorted by null
/external/curl/docs/examples/
post-callback.c
34
const char *
readptr
;
member in struct:WriteThis
46
*(char *)ptr = pooh->
readptr
[0]; /* copy one single byte */
47
pooh->
readptr
++; /* advance pointer */
62
pooh.
readptr
= data;
/external/curl/tests/libtest/
lib1514.c
34
char *
readptr
;
member in struct:WriteThis
46
*(char *)ptr = pooh->
readptr
[0]; /* copy one single byte */
47
pooh->
readptr
++; /* advance pointer */
lib1517.c
29
char *
readptr
;
member in struct:WriteThis
48
memcpy(ptr, pooh->
readptr
, tocopy);/* copy requested data */
49
pooh->
readptr
+= tocopy; /* advance pointer */
61
pooh.
readptr
= data;
lib508.c
29
char *
readptr
;
member in struct:WriteThis
41
*(char *)ptr = pooh->
readptr
[0]; /* copy one single byte */
42
pooh->
readptr
++; /* advance pointer */
57
pooh.
readptr
= data;
lib554.c
37
char *
readptr
;
member in struct:WriteThis
57
*(char *)ptr = pooh->
readptr
[0]; /* copy one single byte */
58
pooh->
readptr
++; /* advance pointer */
78
pooh.
readptr
= data;
108
pooh2.
readptr
= data;
/external/syslinux/libfat/
libfatint.h
39
intptr_t
readptr
;
member in struct:libfat_filesystem
Completed in 361 milliseconds