Home
last modified time | relevance | path

Searched refs:ftp_parselist_data (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dftplistparser.h34 struct ftp_parselist_data; /* defined inside ftplibparser.c */
36 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data);
38 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void);
40 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data);
H A Dftp.h86 struct ftp_parselist_data; /* defined later in ftplistparser.c */
89 struct ftp_parselist_data *parser;
H A Dftplistparser.c148 struct ftp_parselist_data { struct
218 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void) in Curl_ftp_parselist_data_alloc()
220 return calloc(1, sizeof(struct ftp_parselist_data)); in Curl_ftp_parselist_data_alloc()
224 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **parserp) in Curl_ftp_parselist_data_free()
226 struct ftp_parselist_data *parser = *parserp; in Curl_ftp_parselist_data_free()
234 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror()
314 struct ftp_parselist_data *parser = ftpwc->parser; in ftp_pl_insert_finfo()
370 struct ftp_parselist_data *parser = ftpwc->parser; in Curl_ftp_parselist()

Completed in 11 milliseconds