Home
last modified time | relevance | path

Searched refs:sqlite3MatchEName (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c113 int sqlite3MatchEName( in sqlite3MatchEName() function
319 if( !sqlite3MatchEName(&pEList->a[j], zCol, zTab, zDb) ){ in lookupName()
H A DsqliteInt.h5084 int sqlite3MatchEName(
H A Dselect.c5964 && sqlite3MatchEName(&pNestedFrom->a[j], 0, zTName, 0)==0 in selectExpander()