resolved_path_buff 883 ext/openssl/xp_ssl.c char resolved_path_buff[MAXPATHLEN]; resolved_path_buff 886 ext/openssl/xp_ssl.c if (VCWD_REALPATH(certfile, resolved_path_buff)) { resolved_path_buff 888 ext/openssl/xp_ssl.c if (SSL_CTX_use_certificate_chain_file(ctx, resolved_path_buff) != 1) { resolved_path_buff 903 ext/openssl/xp_ssl.c if (SSL_CTX_use_PrivateKey_file(ctx, resolved_path_buff, SSL_FILETYPE_PEM) != 1) { resolved_path_buff 904 ext/openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff); resolved_path_buff 1327 ext/openssl/xp_ssl.c char resolved_path_buff[MAXPATHLEN]; resolved_path_buff 1371 ext/openssl/xp_ssl.c if (VCWD_REALPATH(Z_STRVAL_PP(current), resolved_path_buff)) { resolved_path_buff 1376 ext/openssl/xp_ssl.c if (SSL_CTX_use_certificate_chain_file(ctx, resolved_path_buff) != 1) { resolved_path_buff 1381 ext/openssl/xp_ssl.c resolved_path_buff resolved_path_buff 1385 ext/openssl/xp_ssl.c } else if (SSL_CTX_use_PrivateKey_file(ctx, resolved_path_buff, SSL_FILETYPE_PEM) != 1) { resolved_path_buff 1388 ext/openssl/xp_ssl.c resolved_path_buff resolved_path_buff 2310 ext/standard/file.c char resolved_path_buff[MAXPATHLEN]; resolved_path_buff 2316 ext/standard/file.c if (VCWD_REALPATH(filename, resolved_path_buff)) { resolved_path_buff 2317 ext/standard/file.c if (php_check_open_basedir(resolved_path_buff TSRMLS_CC)) { resolved_path_buff 2322 ext/standard/file.c if (VCWD_ACCESS(resolved_path_buff, F_OK)) { resolved_path_buff 2326 ext/standard/file.c RETURN_STRING(resolved_path_buff, 1); resolved_path_buff 28 win32/readdir.c char resolved_path_buff[MAXPATHLEN]; resolved_path_buff 31 win32/readdir.c if (!VCWD_REALPATH(dir, resolved_path_buff)) { resolved_path_buff 35 win32/readdir.c filespec = (char *)malloc(strlen(resolved_path_buff) + 2 + 1); resolved_path_buff 39 win32/readdir.c strcpy(filespec, resolved_path_buff); resolved_path_buff 64 win32/readdir.c dp->dir = strdup(resolved_path_buff);