OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeit
(Results
1 - 3
of
3
) sorted by null
/external/iputils/
tftpsubs.c
167
int
writeit
(FILE *file, struct tftphdr **dpp, int ct, int convert)
function
/external/curl/lib/
rtsp.c
717
curl_write_callback
writeit
;
local
724
writeit
= data->set.fwrite_rtp?data->set.fwrite_rtp:data->set.fwrite_func;
725
wrote =
writeit
(ptr, 1, len, data->set.rtp_out);
/external/curl/tests/server/
tftpd.c
533
static int
writeit
(struct testcase *test, struct tftphdr * volatile *dpp,
function
[
all
...]
Completed in 308 milliseconds