Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts1302 const noContent = "<no content>"; constant
1351 actual = noContent;
1390 if (actual === noContent) {
/third_party/sqlite/src/
Dsqlite3.c58328 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */
58352 noContent = (flags & PAGER_GET_NOCONTENT)!=0;
58353 if( pPg->pPager && !noContent ){
58375 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){
58380 if( noContent ){
72088 int noContent;
72099 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
72100 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch95794 if( pPg->pPager && !noContent ){
133435 if( pPg->pPager && !noContent ){
168170 if( pPg->pPager && !noContent ){