Searched refs:doc_path_len (Results 1 – 1 of 1) sorted by relevance
269 size_t doc_path_len; in gen_test_file_url() local271 doc_path_len = PATH_MAX > 4096 ? 4096 : PATH_MAX; in gen_test_file_url()272 if (NULL == (doc_path = malloc (doc_path_len))) in gen_test_file_url()277 if (getcwd (doc_path, doc_path_len) == NULL) in gen_test_file_url()286 for (i = 0; i < doc_path_len; i++) in gen_test_file_url()