Searched defs:ppSettings (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscm.cpp560 * @param ppSettings Where to return the new struct.
563 static int scmSettingsCreate(PSCMSETTINGS *ppSettings, PCSCMSETTINGSBASE pSettingsBase) argument
575 *ppSettings = pSettings;
728 * @param ppSettings Where to return the new settings.
732 static int scmSettingsCreateFromFile(PSCMSETTINGS *ppSettings, const char *pszFilename, PCSCMSETTINGSBASE pSettingsBase) argument
741 *ppSettings = pSettings;
747 *ppSettings = NULL;
760 * @param ppSettings Where to return the pointer to the top stack
766 static int scmSettingsCreateForPath(PSCMSETTINGS *ppSettings, PCSCMSETTINGSBASE pBaseSettings, const char *pszPath) argument
768 *ppSettings
[all...]

Completed in 45 milliseconds