Lines Matching refs:resolved_path
412 char *resolved_path; in php_libxml_streams_IO_open_wrapper() local
424 resolved_path = xmlURIUnescapeString(filename, 0, NULL); in php_libxml_streams_IO_open_wrapper()
434 if (strncasecmp(resolved_path, "file:/", pre_len) == 0 in php_libxml_streams_IO_open_wrapper()
435 && '/' != resolved_path[pre_len]) { in php_libxml_streams_IO_open_wrapper()
436 xmlChar *tmp = xmlStrdup(resolved_path + pre_len); in php_libxml_streams_IO_open_wrapper()
437 xmlFree(resolved_path); in php_libxml_streams_IO_open_wrapper()
438 resolved_path = tmp; in php_libxml_streams_IO_open_wrapper()
443 resolved_path = (char *)filename; in php_libxml_streams_IO_open_wrapper()
450 if (resolved_path == NULL) { in php_libxml_streams_IO_open_wrapper()
460 php_stream_wrapper *wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
464 xmlFree(resolved_path); in php_libxml_streams_IO_open_wrapper()
478 xmlFree(resolved_path); in php_libxml_streams_IO_open_wrapper()