HomeSort by relevance Sort by last modified time
    Searched refs:writeit (Results 1 - 5 of 5) sorted by null

  /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 736 curl_write_callback writeit; local
743 writeit = data->set.fwrite_rtp?data->set.fwrite_rtp:data->set.fwrite_func;
744 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 107 milliseconds