Lines Matching refs:resolved_path

1498 char *_dom_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len  TSRMLS_DC)…  in _dom_get_valid_file_path()  argument
1539 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _dom_get_valid_file_path()
1543 file_dest = resolved_path; in _dom_get_valid_file_path()
1562 char *directory=NULL, resolved_path[MAXPATHLEN]; in dom_document_parser() local
1587 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN TSRMLS_CC); in dom_document_parser()
1603 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1605 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1611 resolved_path_len = strlen(resolved_path); in dom_document_parser()
1612 if (resolved_path[resolved_path_len - 1] != DEFAULT_SLASH) { in dom_document_parser()
1613 resolved_path[resolved_path_len] = DEFAULT_SLASH; in dom_document_parser()
1614 resolved_path[++resolved_path_len] = '\0'; in dom_document_parser()
1616 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1992 char resolved_path[MAXPATHLEN + 1]; in _dom_document_schema_validate() local
2011 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN TSRMLS_CC); in _dom_document_schema_validate()
2092 char resolved_path[MAXPATHLEN + 1]; in _dom_document_relaxNG_validate() local
2111 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN TSRMLS_CC); in _dom_document_relaxNG_validate()