Lines Matching refs:resolved_path
1291 const char *dom_get_valid_file_path(const char *source, char *resolved_path, int resolved_path_len … in dom_get_valid_file_path() argument
1335 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in dom_get_valid_file_path()
1339 file_dest = resolved_path; in dom_get_valid_file_path()
1355 char *directory=NULL, resolved_path[MAXPATHLEN + 1]; in dom_document_parser() local
1378 const char *file_dest = dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1398 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1400 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1406 resolved_path_len = strlen(resolved_path); in dom_document_parser()
1407 if (resolved_path[resolved_path_len - 1] != DEFAULT_SLASH) { in dom_document_parser()
1408 resolved_path[resolved_path_len] = DEFAULT_SLASH; in dom_document_parser()
1409 resolved_path[++resolved_path_len] = '\0'; in dom_document_parser()
1411 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1871 char resolved_path[MAXPATHLEN + 1]; in dom_document_schema_validate() local
1894 valid_file = dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_schema_validate()
1980 char resolved_path[MAXPATHLEN + 1]; in dom_document_relaxNG_validate() local
2000 valid_file = dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_relaxNG_validate()