Home
last modified time | relevance | path

Searched refs:nConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEGLSurface.cpp59 int nConfig; in CreatePlatformSurface() local
88 if (!eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &nConfig) in CreatePlatformSurface()
89 || (nConfig != 1)){ in CreatePlatformSurface()
/third_party/sqlite/src/
Dsqlite3.c222618 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);