Home
last modified time | relevance | path

Searched refs:pl_data (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dftplistparser.h34 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data);
38 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data);
Dftplistparser.c187 void Curl_ftp_parselist_data_free(struct ftp_parselist_data **pl_data) in Curl_ftp_parselist_data_free() argument
189 free(*pl_data); in Curl_ftp_parselist_data_free()
190 *pl_data = NULL; in Curl_ftp_parselist_data_free()
194 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror() argument
196 return pl_data->error; in Curl_ftp_parselist_geterror()