Searched refs:IsHiddenColumn (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c686 nHidden += (IsHiddenColumn(&pTab->aCol[i]) ? 1 : 0);
941 if( IsHiddenColumn(&pTab->aCol[i]) ){
H A DsqliteInt.h1317 # define IsHiddenColumn(X) ((X)->isHidden) macro
1320 # define IsHiddenColumn(X) 0 macro
H A Dpragma.c881 if( IsHiddenColumn(pCol) ){
H A Dselect.c3318 if( IsHiddenColumn(&pTab->aCol[j]) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9662 # define IsHiddenColumn(X) ((X)->isHidden) macro
9665 # define IsHiddenColumn(X) 0 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10990 # define IsHiddenColumn(X) (((X)->colFlags & COLFLAG_HIDDEN)!=0) macro
10993 # define IsHiddenColumn(X) 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10990 # define IsHiddenColumn(X) (((X)->colFlags & COLFLAG_HIDDEN)!=0) macro
10993 # define IsHiddenColumn(X) 0 macro
[all...]

Completed in 2595 milliseconds