Searched refs:bCreate (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_scriptcontext.cpp | 621 bool bCreate = in ResolveObjects() local 625 if (bCreate) { in ResolveObjects() 677 bool bCreate = in ResolveObjects() local 681 if (bCreate) { in ResolveObjects()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 182125 static int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**); 194332 int bCreate, 194344 if( p->zDataTbl && bCreate ){ 196003 int bCreate, /* True for xCreate, false for xConnect */ 196030 rc = sqlite3Fts5IndexOpen(pConfig, bCreate, &pTab->pIndex, pzErr); 196036 pConfig, pTab->pIndex, bCreate, &pTab->pStorage, pzErr 196057 }else if( bCreate ){ 198655 int bCreate, 198673 if( bCreate ){
|
/external/sqlite/dist/ |
D | sqlite3.c | 182137 static int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**); 194344 int bCreate, 194356 if( p->zDataTbl && bCreate ){ 196015 int bCreate, /* True for xCreate, false for xConnect */ 196042 rc = sqlite3Fts5IndexOpen(pConfig, bCreate, &pTab->pIndex, pzErr); 196048 pConfig, pTab->pIndex, bCreate, &pTab->pStorage, pzErr 196069 }else if( bCreate ){ 198667 int bCreate, 198685 if( bCreate ){
|