Searched refs:orig_path (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/win32/ |
H A D | registry.c | 174 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.4/ext/zip/ |
H A D | zip_stream.c | 103 const char *path = stream->orig_path; in php_zip_ops_stat() 104 int path_len = strlen(stream->orig_path); in php_zip_ops_stat() 221 stream->orig_path = estrdup(path); in php_stream_zip_open()
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 340 ret->orig_path = NULL; in _php_stream_alloc() 537 if (stream->orig_path) { in _php_stream_free() 539 stream->orig_path = NULL; in _php_stream_free() 549 if (stream->orig_path) { in _php_stream_free() 551 stream->orig_path = NULL; in _php_stream_free() 557 if (stream->orig_path) { in _php_stream_free() 559 stream->orig_path = NULL; in _php_stream_free() 2093 if (stream->orig_path) { 2094 pefree(stream->orig_path, persistent); 2097 stream->orig_path = copy_of_path; [all …]
|
H A D | plain_wrapper.c | 214 stream->orig_path = estrdup(opened_path); in _php_stream_fopen_tmpfile()
|
/PHP-5.4/TSRM/ |
H A D | tsrm_win32.h | 109 TSRM_API char *realpath(char *orig_path, char *buffer);
|
H A D | tsrm_win32.c | 716 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.4/win32/build/ |
H A D | projectgen.js | 491 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.4/ext/spl/ |
H A D | spl_directory.h | 68 char *orig_path; member
|
H A D | spl_directory.c | 116 if (intern->orig_path) { in spl_filesystem_object_free_storage() 117 efree(intern->orig_path); in spl_filesystem_object_free_storage() 305 …intern->orig_path = estrndup(intern->u.file.stream->orig_path, strlen(intern->u.file.stream->orig_… in spl_filesystem_file_open() 666 if (fsobj->u.dir.entry.d_name[0] == '\0' && fsobj->orig_path == NULL) { in spl_filesystem_object_get_method_check() 1308 if (intern->orig_path) { in SPL_METHOD() 1309 filename = intern->orig_path; in SPL_METHOD() 2315 tmp_path_len = strlen(intern->u.file.stream->orig_path); in SPL_METHOD() 2317 if (tmp_path_len > 1 && IS_SLASH_AT(intern->u.file.stream->orig_path, tmp_path_len-1)) { in SPL_METHOD() 2321 tmp_path = estrndup(intern->u.file.stream->orig_path, tmp_path_len); in SPL_METHOD() 2337 intern->_path = estrndup(intern->u.file.stream->orig_path, intern->_path_len); in SPL_METHOD()
|
/PHP-5.4/ext/standard/ |
H A D | streamsfuncs.c | 530 if (stream->orig_path) { in PHP_FUNCTION() 531 add_assoc_string(return_value, "uri", stream->orig_path, 1); in PHP_FUNCTION()
|
/PHP-5.4/main/ |
H A D | php_streams.h | 212 char *orig_path; member
|
Completed in 59 milliseconds