Home
last modified time | relevance | path

Searched refs:customptr (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dwildcard.h54 void *customptr; /* for CURLOPT_CHUNK_DATA pointer */ member
Dwildcard.c69 wc->customptr = NULL; in Curl_wildcard_dtor()
Dftp.c3184 data->set.chunk_end(data->wildcard.customptr); in ftp_done()
3850 finfo, wildcard->customptr, (int)wildcard->filelist.size); in wc_statemach()
3889 conn->data->set.chunk_end(conn->data->wildcard.customptr); in wc_statemach()
Dsetopt.c2633 data->wildcard.customptr = va_arg(param, void *); in Curl_vsetopt()