Searched refs:FLAG_INTERN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c103 #define FLAG_INTERN 2 /* True if for internal use only */ macro
137 /* All the rest have the FLAG_INTERN bit set and are thus for internal
349 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18601 #define FLAG_INTERN 2 /* True if for internal use only */ macro
18635 /* All the rest have the FLAG_INTERN bit set and are thus for internal
18847 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19430 #define FLAG_INTERN 2 /* True if for internal use only */ macro
19464 /* All the rest have the FLAG_INTERN bit set and are thus for internal
19645 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19430 #define FLAG_INTERN 2 /* True if for internal use only */ macro
19464 /* All the rest have the FLAG_INTERN bit set and are thus for internal
19645 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
[all...]

Completed in 563 milliseconds