#include <stdio.h>
#include <fcntl.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <curl/curl.h>
Go to the source code of this file.
Defines | |
#define | TRUE 1 |
Functions | |
int | main (int argc, char **argv) |
static curlioerr | my_ioctl (CURL *handle, curliocmd cmd, void *userp) |
static size_t | read_callback (void *ptr, size_t size, size_t nmemb, void *stream) |
#define TRUE 1 |
Definition at line 58 of file anyauthput.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 120 of file anyauthput.c.
Definition at line 79 of file anyauthput.c.
static size_t read_callback | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | stream | ||
) | [static] |
Definition at line 102 of file anyauthput.c.