Home
last modified time | relevance | path

Searched refs:bExists (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp459 bool bExists = false; in CheckPage() local
461 GetObject(dwPageObjNum, pHints, &bExists); in CheckPage()
463 if (bExists) in CheckPage()
534 bool bExists = false; in CheckPages() local
536 GetObject(m_PagesObjNum, pHints, &bExists); in CheckPages()
537 if (!bExists) { in CheckPages()
1120 bool bExists = false; in CheckArrayPageNode() local
1121 std::unique_ptr<CPDF_Object> pPages = GetObject(dwPageNo, pHints, &bExists); in CheckArrayPageNode()
1122 if (!bExists) { in CheckArrayPageNode()
1152 bool bExists = false; in CheckUnknownPageNode() local
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c52240 int bExists; /* True if journal file exists */
52242 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
52243 if( rc==SQLITE_OK && bExists ){
172897 int bExists = 0; /* True if rbu_count exists */
172914 bExists = 1;
172919 if( p->rc==SQLITE_OK && bExists ){
/external/sqlite/dist/
Dsqlite3.c52240 int bExists; /* True if journal file exists */
52242 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
52243 if( rc==SQLITE_OK && bExists ){
172910 int bExists = 0; /* True if rbu_count exists */
172927 bExists = 1;
172932 if( p->rc==SQLITE_OK && bExists ){