HomeSort by relevance Sort by last modified time
    Searched refs:ftp_parselist_data (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
ftplistparser.h 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);
ftp.h 82 struct ftp_parselist_data; /* defined later in ftplistparser.c */
85 struct ftp_parselist_data *parser;
ftplistparser.c 149 struct ftp_parselist_data { struct
182 struct ftp_parselist_data *Curl_ftp_parselist_data_alloc(void)
184 return calloc(1, sizeof(struct ftp_parselist_data));
188 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **parserp)
190 struct ftp_parselist_data *parser = *parserp;
198 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data)
278 struct ftp_parselist_data *parser = ftpwc->parser;
332 struct ftp_parselist_data *parser = ftpwc->parser;

Completed in 3168 milliseconds