Searched refs:registry_value (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c973 registry_value(HKEY hkey, wchar_t *name, apr_pool_t *pool)
1006 const char *release = registry_value(hkcv, L"ProductName", pool);
1007 const char *spack = registry_value(hkcv, L"CSDVersion", pool);
1008 const char *curver = registry_value(hkcv, L"CurrentVersion", pool);
1009 const char *curtype = registry_value(hkcv, L"CurrentType", pool);
1010 const char *install = registry_value(hkcv, L"InstallationType", pool);
1011 const char *curbuild = registry_value(hkcv, L"CurrentBuildNumber", pool);
1017 curbuild = registry_value(hkcv, L"CurrentBuild", pool);
969 registry_value(HKEY hkey, wchar_t *name, apr_pool_t *pool) function

Completed in 114 milliseconds