Searched refs:nConfig (Results 1 – 2 of 2) sorted by relevance
59 int nConfig; in CreatePlatformSurface() local88 if (!eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &nConfig) in CreatePlatformSurface()89 || (nConfig != 1)){ in CreatePlatformSurface()
222618 int nConfig; /* Size of azConfig[] */222636 nConfig = 3 + (nArg-iArg);222637 azConfig = (const char**)sqlite3_malloc64(sizeof(char*) * nConfig);222653 rc = sqlite3Fts5ConfigParse(pGlobal, db, nConfig, azConfig, &pConfig, &zErr);