Home
last modified time | relevance | path

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

/external/curl/lib/
Dftplistparser.h32 struct ftp_parselist_data; /* defined inside ftplibparser.c */
34 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data);
36 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void);
38 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data);
Dftp.h82 struct ftp_parselist_data; /* defined later in ftplistparser.c */
85 struct ftp_parselist_data *parser;
Dftplistparser.c148 struct ftp_parselist_data { struct
181 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void) in Curl_ftp_parselist_data_alloc() argument
183 return calloc(1, sizeof(struct ftp_parselist_data)); in Curl_ftp_parselist_data_alloc()
187 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data) in Curl_ftp_parselist_data_free()
194 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror()
270 struct ftp_parselist_data *parser = tmpdata->parser; in PL_ERROR()
284 struct ftp_parselist_data *parser = tmpdata->parser; in ftp_pl_insert_finfo()
339 struct ftp_parselist_data *parser = tmpdata->parser; in Curl_ftp_parselist()