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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c58 if( !pIdx->zColAff ){
70 pIdx->zColAff = (char *)sqlite3DbMallocRaw(0, pIdx->nColumn+2);
71 if( !pIdx->zColAff ){
76 pIdx->zColAff[n] = pTab->aCol[pIdx->aiColumn[n]].affinity;
78 pIdx->zColAff[n++] = SQLITE_AFF_NONE;
79 pIdx->zColAff[n] = 0;
82 return pIdx->zColAff;
107 if( !pTab->zColAff ){
108 char *zColAff; local
112 zColAff
[all...]
H A DsqliteInt.h1281 char *zColAff; /* String defining the affinity of each column */ member in struct:Table
1480 char *zColAff; /* String defining the affinity of each column */ member in struct:Index
H A Dbuild.c361 sqlite3DbFree(db, p->zColAff);
539 sqlite3DbFree(db, pTable->zColAff);
2855 sqlite3DbFree(db, pIndex->zColAff);
H A Dwhere.c4267 sqlite3DbFree(db, pIdx->zColAff);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9626 char *zColAff; /* String defining the affinity of each column */ member in struct:Table
9825 char *zColAff; /* String defining the affinity of each column */ member in struct:Index
84591 char *zColAff; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10944 char *zColAff; /* String defining the affinity of each column */ member in struct:Table
11162 char *zColAff; /* String defining the affinity of each column */ member in struct:Index
94907 char *zColAff = pTab->zColAff; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10944 char *zColAff; /* String defining the affinity of each column */ member in struct:Table
11162 char *zColAff; /* String defining the affinity of each column */ member in struct:Index
94927 char *zColAff = pTab->zColAff; local
[all...]

Completed in 989 milliseconds