/external/iputils/ |
tftp.h | 82 extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
|
tftpsubs.c | 167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) function
|
tftpd.c | 467 size = writeit(file, &dp, n - 4, pf->f_convert);
|
/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...] |