Searched refs:ftp_parselist_data (Results 1 – 3 of 3) sorted by relevance
34 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);
86 struct ftp_parselist_data; /* defined later in ftplistparser.c */89 struct ftp_parselist_data *parser;
148 struct ftp_parselist_data { struct218 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 7 milliseconds