Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c582 char is_file; in data_urlencode() local
590 is_file = *p++; /* pass the separator */ in data_urlencode()
595 is_file = 0; in data_urlencode()
598 if('@' == is_file) { in data_urlencode()
/curl/lib/vtls/
H A Dsectransp.c709 CF_INLINE bool is_file(const char *filename) in is_file() function
1129 bool is_cert_file = (!is_cert_data) && is_file(ssl_cert);
1274 bool is_cert_file = (!is_cert_data) && is_file(ssl_cafile);

Completed in 19 milliseconds