#include "tool_setup.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_writeout.h"
#include "memdebug.h"
Go to the source code of this file.
Classes | |
struct | variable |
Defines | |
#define | ENABLE_CURLX_PRINTF |
Enumerations | |
enum | replaceid { VAR_NONE, VAR_TOTAL_TIME, VAR_NAMELOOKUP_TIME, VAR_CONNECT_TIME, VAR_APPCONNECT_TIME, VAR_PRETRANSFER_TIME, VAR_STARTTRANSFER_TIME, VAR_SIZE_DOWNLOAD, VAR_SIZE_UPLOAD, VAR_SPEED_DOWNLOAD, VAR_SPEED_UPLOAD, VAR_HTTP_CODE, VAR_HTTP_CODE_PROXY, VAR_HEADER_SIZE, VAR_REQUEST_SIZE, VAR_EFFECTIVE_URL, VAR_CONTENT_TYPE, VAR_NUM_CONNECTS, VAR_REDIRECT_TIME, VAR_REDIRECT_COUNT, VAR_FTP_ENTRY_PATH, VAR_REDIRECT_URL, VAR_SSL_VERIFY_RESULT, VAR_PROXY_SSL_VERIFY_RESULT, VAR_EFFECTIVE_FILENAME, VAR_PRIMARY_IP, VAR_PRIMARY_PORT, VAR_LOCAL_IP, VAR_LOCAL_PORT, VAR_HTTP_VERSION, VAR_SCHEME, VAR_NUM_OF_VARS } |
Functions | |
void | ourWriteOut (CURL *curl, struct OutStruct *outs, const char *writeinfo) |
Variables | |
static struct variable | replacements [] |
#define ENABLE_CURLX_PRINTF |
Definition at line 23 of file tool_writeout.c.
enum replaceid |
Definition at line 31 of file tool_writeout.c.
void ourWriteOut | ( | CURL * | curl, |
struct OutStruct * | outs, | ||
const char * | writeinfo | ||
) |
Definition at line 107 of file tool_writeout.c.
struct variable replacements[] [static] |
Definition at line 72 of file tool_writeout.c.