Searched refs:ftp_parselist_data (Results 1 – 3 of 3) sorted by relevance
32 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);
82 struct ftp_parselist_data; /* defined later in ftplistparser.c */85 struct ftp_parselist_data *parser;
149 struct ftp_parselist_data { struct182 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void) in Curl_ftp_parselist_data_alloc() argument184 return calloc(1, sizeof(struct ftp_parselist_data)); in Curl_ftp_parselist_data_alloc()188 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data) in Curl_ftp_parselist_data_free()195 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror()271 struct ftp_parselist_data *parser = tmpdata->parser; in PL_ERROR()285 struct ftp_parselist_data *parser = tmpdata->parser; in ftp_pl_insert_finfo()340 struct ftp_parselist_data *parser = tmpdata->parser; in Curl_ftp_parselist()