use_realpath      780 Zend/zend_virtual_cwd.c static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */
use_realpath      823 Zend/zend_virtual_cwd.c 			j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL TSRMLS_CC);
use_realpath      858 Zend/zend_virtual_cwd.c 		save = (use_realpath != CWD_EXPAND);
use_realpath      881 Zend/zend_virtual_cwd.c 			if (use_realpath == CWD_REALPATH) {
use_realpath     1053 Zend/zend_virtual_cwd.c 				j  = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
use_realpath     1080 Zend/zend_virtual_cwd.c 			if (use_realpath == CWD_REALPATH) {
use_realpath     1099 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
use_realpath     1112 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
use_realpath     1138 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL TSRMLS_CC);
use_realpath     1181 Zend/zend_virtual_cwd.c CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath TSRMLS_DC) /* {{{ */
use_realpath     1320 Zend/zend_virtual_cwd.c 	add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_length-1]);
use_realpath     1322 Zend/zend_virtual_cwd.c 	path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL TSRMLS_CC);
use_realpath      206 Zend/zend_virtual_cwd.h CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath TSRMLS_DC);
use_realpath       31 main/fopen_wrappers.h PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath TSRMLS_DC);