Searched refs:zAlias (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c107 pFrom->a[0].zAlias = sqlite3DbStrDup(db, pView->zName);
H A Dresolve.c171 if( pItem->zAlias ){
172 char *zTabName = pItem->zAlias;
H A Dselect.c2877 sqlite3DbFree(db, pSubitem->zAlias);
2880 pSubitem->zAlias = 0;
3298 char *zTabName = pFrom->zAlias;
4433 if( pItem->zAlias ){
4434 sqlite3DebugPrintf(" AS %s", pItem->zAlias);
H A Dwhere.c3537 if( pItem->zAlias ){
3538 zMsg = sqlite3MAppendf(db, zMsg, "%s AS %s", zMsg, pItem->zAlias);
4809 z = pTabItem->zAlias;
H A DsqliteInt.h1839 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member in struct:SrcList::SrcList_item
H A Dbuild.c3234 sqlite3DbFree(db, pItem->zAlias);
3285 pItem->zAlias = sqlite3NameFromToken(db, pAlias);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10184 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member in struct:SrcList::SrcList_item
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11567 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member in struct:SrcList::SrcList_item
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11567 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ member in struct:SrcList::SrcList_item
[all...]

Completed in 612 milliseconds