#include "curl_setup.h"
#include "strtoofft.h"
#include "urldata.h"
#include <curl/curl.h>
#include "progress.h"
#include "sendf.h"
#include "escape.h"
#include "file.h"
#include "speedcheck.h"
#include "getinfo.h"
#include "transfer.h"
#include "url.h"
#include "parsedate.h"
#include "warnless.h"
#include "curl_printf.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | DIRSEP '/' |
#define | MODE_DEFAULT O_WRONLY|O_CREAT |
#define | open_readonly(p, f) open((p),(f)) |
Functions | |
static CURLcode | file_connect (struct connectdata *conn, bool *done) |
static CURLcode | file_disconnect (struct connectdata *conn, bool dead_connection) |
static CURLcode | file_do (struct connectdata *, bool *done) |
static CURLcode | file_done (struct connectdata *conn, CURLcode status, bool premature) |
static CURLcode | file_range (struct connectdata *conn) |
static CURLcode | file_setup_connection (struct connectdata *conn) |
static CURLcode | file_upload (struct connectdata *conn) |
Variables | |
struct Curl_handler | Curl_handler_file |
#define MODE_DEFAULT O_WRONLY|O_CREAT |
static CURLcode file_connect | ( | struct connectdata * | conn, |
bool * | done | ||
) | [static] |
static CURLcode file_disconnect | ( | struct connectdata * | conn, |
bool | dead_connection | ||
) | [static] |
static CURLcode file_do | ( | struct connectdata * | conn, |
bool * | done | ||
) | [static] |
static CURLcode file_done | ( | struct connectdata * | conn, |
CURLcode | status, | ||
bool | premature | ||
) | [static] |
static CURLcode file_range | ( | struct connectdata * | conn | ) | [static] |
static CURLcode file_setup_connection | ( | struct connectdata * | conn | ) | [static] |
static CURLcode file_upload | ( | struct connectdata * | conn | ) | [static] |
struct Curl_handler Curl_handler_file |