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.c198 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror() argument
200 return pl_data->error; in Curl_ftp_parselist_geterror()