OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iolen
(Results
1 - 5
of
5
) sorted by null
/external/curl/tests/libtest/
lib556.c
72
size_t
iolen
;
local
75
res = curl_easy_send(curl, request, strlen(request), &
iolen
);
83
res = curl_easy_recv(curl, buf, 1024, &
iolen
);
89
if(
iolen
) {
91
if(!write(STDOUT_FILENO, buf,
iolen
))
94
total +=
iolen
;
/external/curl/docs/examples/
sendrecv.c
67
size_t
iolen
;
local
110
/* Send the request. Real applications should check the
iolen
112
res = curl_easy_send(curl, request, strlen(request), &
iolen
);
125
res = curl_easy_recv(curl, buf, 1024, &
iolen
);
130
nread = (curl_off_t)
iolen
;
/external/syslinux/gpxe/src/core/
pcmcia.c
157
pccconfig[configs].iowin = pccconfig[configs].
iolen
= 0;
176
pccconfig[configs].
iolen
= 1;
181
pccconfig[configs].
iolen
+= uc[k] << (n*8);
183
// printf ( "io %x len %d (%d)\n", pccconfig[configs].iowin, pccconfig[configs].
iolen
,configs );
226
pccconfig[0].iowin, pccconfig[0].iowin+pccconfig[0].
iolen
-1, pccconfig[0].index );
i82365.c
638
i365_set(sockno, I365_IO(0)+2, (pccc->iowin+pccc->
iolen
- 1) & 0xff);
639
i365_set(sockno, I365_IO(0)+3, ((pccc->iowin+pccc->
iolen
- 1) >> 8) & 0xff);
/external/syslinux/gpxe/src/include/
pcmcia.h
49
int
iolen
;
member in struct:pcc_config_t
Completed in 1678 milliseconds