Lines Matching defs:pBase
476 * @param pBase The base settings structure to apply the options
480 static int scmSettingsBaseParseString(PSCMSETTINGSBASE pBase, const char *pszLine)
494 rc = scmSettingsBaseHandleOpt(pBase, rc, &ValueUnion);
509 * @param pBase The base settings structure to apply the options
514 static int scmSettingsBaseParseStringN(PSCMSETTINGSBASE pBase, const char *pchLine, size_t cchLine)
519 int rc = scmSettingsBaseParseString(pBase, pszLine);
547 * @param pBase The settings base to load settings into.
550 static int scmSettingsBaseLoadFromDocument(PSCMSETTINGSBASE pBase, PSCMSTREAM pStream)
908 * @param pBase Base settings to initialize.
911 const char *pszBasename, size_t cchBasename, PSCMSETTINGSBASE pBase)
913 int rc = scmSettingsBaseInitAndCopy(pBase, &pSettingsStack->Base);
933 rc = scmSettingsBaseParseString(pBase, pCur->paPairs[i].pszOptions);
946 scmSettingsBaseDelete(pBase);