OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPg
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pager.c
[
all
...]
pcache.c
238
PgHdr *
pPg
;
246
for(
pPg
=pCache->pSynced;
247
pPg
&& (
pPg
->nRef || (
pPg
->flags&PGHDR_NEED_SYNC));
248
pPg
=
pPg
->pDirtyPrev
250
pCache->pSynced =
pPg
;
251
if( !
pPg
){
252
for(
pPg
=pCache->pDirtyTail; pPg && pPg->nRef; pPg=pPg->pDirtyPrev)
[
all
...]
test_stat.c
96
DbPage *
pPg
;
228
sqlite3PagerUnref(p->
pPg
);
285
u8 *aData = sqlite3PagerGetData(p->
pPg
);
345
DbPage *
pPg
= 0;
346
rc = sqlite3PagerGet(sqlite3BtreePager(pBt), iPrev, &
pPg
);
348
assert(
pPg
==0 );
351
pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(
pPg
));
352
sqlite3PagerUnref(
pPg
);
376
if( pCsr->aPage[0].
pPg
==0 ){
386
rc = sqlite3PagerGet(pPager, iRoot, &pCsr->aPage[0].
pPg
);
[
all
...]
pcache1.c
291
void *
pPg
= pcache1Alloc(nByte);
293
if(
pPg
){
294
p = PAGE_TO_PGHDR1(pCache,
pPg
);
791
static void pcache1Unpin(sqlite3_pcache *p, void *
pPg
, int reuseUnlikely){
793
PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache,
pPg
);
829
void *
pPg
,
834
PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache,
pPg
);
btree.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 110 milliseconds