OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGHDR_DIRTY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pcache.c
301
if( (p->flags&
PGHDR_DIRTY
)==0 ){
327
if( p->flags&
PGHDR_DIRTY
){
345
if( 0==(p->flags &
PGHDR_DIRTY
) ){
346
p->flags |=
PGHDR_DIRTY
;
356
if( (p->flags &
PGHDR_DIRTY
) ){
358
p->flags &= ~(
PGHDR_DIRTY
|PGHDR_NEED_SYNC);
395
if( (p->flags&
PGHDR_DIRTY
) && (p->flags&PGHDR_NEED_SYNC) ){
422
assert( p->flags&
PGHDR_DIRTY
);
pcache.h
48
#define
PGHDR_DIRTY
0x002 /* Page has changed */
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 274 milliseconds