Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts1301 const noContent = "<no content>"; constant
1350 actual = noContent;
1389 if (actual === noContent) {
/third_party/sqlite/src/
Dsqlite3.c60918 u8 noContent; /* True if PAGER_GET_NOCONTENT is set */
60942 noContent = (flags & PAGER_GET_NOCONTENT)!=0;
60943 if( pPg->pPager && !noContent ){
60965 if( !isOpen(pPager->fd) || pPager->dbSize<pgno || noContent ){
60970 if( noContent ){
74881 int noContent;
74892 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
74893 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);