Searched defs:orig_path (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/TSRM/ |
| H A D | tsrm_win32.c | 714 TSRM_API char *realpath(char *orig_path, char *buffer) argument 716 int ret = GetFullPathName(orig_path, _MAX_PATH, buffer, NULL);
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_directory.h | 68 char *orig_path; member in struct:_spl_filesystem_object
|
| /PHP_5_4/main/ |
| H A D | php_streams.h | 212 char *orig_path; member in struct:_php_stream
|
| /PHP_5_4/win32/ |
| H A D | registry.c | 174 char *p, *orig_path; local 209 orig_path = path = estrdup(path); 223 efree(orig_path); 237 spprintf(&path, 0, "%c\\%s\\%s", drive_letter, cwd, orig_path); 238 efree(orig_path); 239 orig_path = path; 276 efree(orig_path);
|
Completed in 6 milliseconds