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

  /external/syslinux/gpxe/src/net/tcp/
ftp.c 40 FTP_DONE,
93 static void ftp_done ( struct ftp_request *ftp, int rc ) { function
166 [FTP_DONE] = { NULL, NULL },
186 ftp_done ( ftp, rc );
224 if ( ftp->state < FTP_DONE )
266 ftp_done ( ftp, -EPROTO );
288 ftp_done ( ftp, rc );
394 ftp_done ( ftp, rc );
453 ftp_done ( ftp, rc );
520 ftp_done ( ftp, rc )
    [all...]
  /external/curl/lib/
ftp.c 128 static CURLcode ftp_done(struct connectdata *conn,
170 ftp_done, /* done */
197 ftp_done, /* done */
3169 static CURLcode ftp_done(struct connectdata *conn, CURLcode status, function
    [all...]

Completed in 59 milliseconds