Home
last modified time | relevance | path

Searched refs:stdin_upload (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_operhlp.h32 bool stdin_upload(const char *uploadfile);
Dtool_operhlp.c64 bool stdin_upload(const char *uploadfile) in stdin_upload() function
Dtool_operate.c649 if(uploadfile && !stdin_upload(uploadfile)) { in operate_do()
711 else if(uploadfile && stdin_upload(uploadfile)) { in operate_do()