Home
last modified time | relevance | path

Searched refs:orig_path (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/win32/
H A Dregistry.c174 char *p, *orig_path; in UpdateIniFromRegistry() local
209 orig_path = path = estrdup(path); in UpdateIniFromRegistry()
223 efree(orig_path); in UpdateIniFromRegistry()
237 spprintf(&path, 0, "%c\\%s\\%s", drive_letter, cwd, orig_path); in UpdateIniFromRegistry()
238 efree(orig_path); in UpdateIniFromRegistry()
239 orig_path = path; in UpdateIniFromRegistry()
276 efree(orig_path); in UpdateIniFromRegistry()
/PHP-5.5/ext/zip/
H A Dzip_stream.c103 const char *path = stream->orig_path; in php_zip_ops_stat()
104 size_t path_len = strlen(stream->orig_path); in php_zip_ops_stat()
221 stream->orig_path = estrdup(path); in php_stream_zip_open()
/PHP-5.5/main/streams/
H A Dstreams.c340 ret->orig_path = NULL; in _php_stream_alloc()
532 if (stream->orig_path) { in _php_stream_free()
534 stream->orig_path = NULL; in _php_stream_free()
544 if (stream->orig_path) { in _php_stream_free()
546 stream->orig_path = NULL; in _php_stream_free()
552 if (stream->orig_path) { in _php_stream_free()
554 stream->orig_path = NULL; in _php_stream_free()
2088 if (stream->orig_path) {
2089 pefree(stream->orig_path, persistent);
2092 stream->orig_path = copy_of_path;
[all …]
H A Dplain_wrapper.c215 stream->orig_path = estrdup(opened_path); in _php_stream_fopen_tmpfile()
/PHP-5.5/TSRM/
H A Dtsrm_win32.h109 TSRM_API char *realpath(char *orig_path, char *buffer);
H A Dtsrm_win32.c716 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() argument
718 int ret = GetFullPathName(orig_path, _MAX_PATH, buffer, NULL); in realpath()
/PHP-5.5/ext/spl/
H A Dspl_directory.h68 char *orig_path; member
H A Dspl_directory.c116 if (intern->orig_path) { in spl_filesystem_object_free_storage()
117 efree(intern->orig_path); in spl_filesystem_object_free_storage()
308 …intern->orig_path = estrndup(intern->u.file.stream->orig_path, strlen(intern->u.file.stream->orig_… in spl_filesystem_file_open()
669 if (fsobj->u.dir.entry.d_name[0] == '\0' && fsobj->orig_path == NULL) { in spl_filesystem_object_get_method_check()
1311 if (intern->orig_path) { in SPL_METHOD()
1312 filename = intern->orig_path; in SPL_METHOD()
2313 tmp_path_len = strlen(intern->u.file.stream->orig_path); in SPL_METHOD()
2315 if (tmp_path_len > 1 && IS_SLASH_AT(intern->u.file.stream->orig_path, tmp_path_len-1)) { in SPL_METHOD()
2319 tmp_path = estrndup(intern->u.file.stream->orig_path, tmp_path_len); in SPL_METHOD()
2335 intern->_path = estrndup(intern->u.file.stream->orig_path, intern->_path_len); in SPL_METHOD()
/PHP-5.5/win32/build/
H A Dprojectgen.js491 orig_path = newarr[0].replace(/\//g, "\\");
492 orig_path = orig_path.replace(/configure_module_dirname(\s?\+\s?)?/, ext_dir);
493 path = orig_path.replace(ext_dir + '\\', "");
496 subdir = FSO.GetFolder(orig_path);
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c536 if (stream->orig_path) { in PHP_FUNCTION()
537 add_assoc_string(return_value, "uri", stream->orig_path, 1); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h208 char *orig_path; member

Completed in 42 milliseconds