Searched defs:doc_path (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
H A Dtls_test_common.c86 /* construct url - this might use doc_path */
268 char *doc_path; local
272 if (NULL == (doc_path = malloc (doc_path_len)))
277 if (getcwd (doc_path, doc_path_len) == NULL)
288 if (doc_path[i] == 0)
290 if (doc_path[i] == '\\')
292 doc_path[i] = '/';
294 if (doc_path[i] != ':')
298 doc_path[i] = doc_path[
[all...]

Completed in 114 milliseconds