Home
last modified time | relevance | path

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

/external/curl/lib/
Dfile.c122 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO)); in file_setup_connection()
138 struct FILEPROTO *file = data->req.protop; in file_connect()
212 struct FILEPROTO *file = conn->data->req.protop; in file_done()
230 struct FILEPROTO *file = conn->data->req.protop; in file_disconnect()
252 struct FILEPROTO *file = conn->data->req.protop; in file_upload()
385 struct FILEPROTO *file; in file_do()
Dfile.h29 struct FILEPROTO { struct