Searched refs:zSpan (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1191 sqlite3DbStrDup(db, pEList->a[i].zSpan), SQLITE_DYNAMIC);
1201 sqlite3DbStrDup(db, pEList->a[i].zSpan), SQLITE_DYNAMIC);
1263 zName = sqlite3MPrintf(db, "%s", pEList->a[i].zSpan);
2981 const char *zSpan = pList->a[i].zSpan; local
2982 if( ALWAYS(zSpan) ){
2983 pList->a[i].zName = sqlite3DbStrDup(db, zSpan);
3279 pNew->a[pNew->nExpr-1].zSpan = a[k].zSpan;
3281 a[k].zSpan
[all...]
H A DsqliteInt.h1757 char *zSpan; /* Original text of the expression */ member in struct:ExprList::ExprList_item
/external/sqlite/dist/orig/
H A Dsqlite3.c11459 ** By default the Expr.zSpan field holds a human-readable description of
11461 ** column labels. In this case, Expr.zSpan is typically the text of a
11463 ** the bSpanIsTab flag is set, then zSpan is overloaded to mean the name
11472 char *zSpan; /* Original text of the expression */ member in struct:ExprList::ExprList_item
11475 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
76929 sqlite3MatchSpanName( const char *zSpan, const char *zCol, const char *zTab, const char *zDb ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11459 ** By default the Expr.zSpan field holds a human-readable description of
11461 ** column labels. In this case, Expr.zSpan is typically the text of a
11463 ** the bSpanIsTab flag is set, then zSpan is overloaded to mean the name
11472 char *zSpan; /* Original text of the expression */ member in struct:ExprList::ExprList_item
11475 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
76949 sqlite3MatchSpanName( const char *zSpan, const char *zCol, const char *zTab, const char *zDb ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10102 char *zSpan; /* Original text of the expression */ member in struct:ExprList::ExprList_item
92903 const char *zSpan = pList->a[i].zSpan; local
[all...]

Completed in 613 milliseconds