Searched defs:zDatabase (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c100 ** If zDatabase is 0, all databases are searched for the
108 Table *sqliteFindTable(sqlite *db, const char *zName, const char *zDatabase){ argument
113 if( zDatabase!=0 && sqliteStrICmp(zDatabase, db->aDb[j].zName) ) continue;
154 ** If zDatabase is 0, all databases are searched for the
1767 pIndex = sqliteFindIndex(db, pName->a[0].zName, pName->a[0].zDatabase);
1885 ** SrcList.a[].zDatabase is filled with the database name from pTable,
1936 char **pz = &pList->a[pList->nSrc].zDatabase;
2006 sqliteFree(pList->a[i].zDatabase);
H A DsqliteInt.h775 char *zDatabase; /* Name of database holding this table */ member in struct:SrcList::SrcList_item

Completed in 451 milliseconds