#include "curl_setup.h"
Go to the source code of this file.
Functions | |
size_t | Curl_ftp_parselist (char *buffer, size_t size, size_t nmemb, void *connptr) |
struct ftp_parselist_data * | Curl_ftp_parselist_data_alloc (void) |
void | Curl_ftp_parselist_data_free (struct ftp_parselist_data **pl_data) |
CURLcode | Curl_ftp_parselist_geterror (struct ftp_parselist_data *pl_data) |
size_t Curl_ftp_parselist | ( | char * | buffer, |
size_t | size, | ||
size_t | nmemb, | ||
void * | connptr | ||
) |
Definition at line 333 of file ftplistparser.c.
struct ftp_parselist_data* Curl_ftp_parselist_data_alloc | ( | void | ) | [read] |
Definition at line 181 of file ftplistparser.c.
void Curl_ftp_parselist_data_free | ( | struct ftp_parselist_data ** | pl_data | ) |
Definition at line 187 of file ftplistparser.c.
CURLcode Curl_ftp_parselist_geterror | ( | struct ftp_parselist_data * | pl_data | ) |
Definition at line 194 of file ftplistparser.c.