Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c33378 SrcItem *pItem; in sqlite3_str_vappendf() local
33380 pItem = va_arg(ap, SrcItem*); in sqlite3_str_vappendf()
33382 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf()
33383 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
33384 }else if( pItem->zName ){ in sqlite3_str_vappendf()
33385 if( pItem->fg.fixedSchema==0 in sqlite3_str_vappendf()
33386 && pItem->fg.isSubquery==0 in sqlite3_str_vappendf()
33387 && pItem->u4.zDatabase!=0 in sqlite3_str_vappendf()
33389 sqlite3_str_appendall(pAccum, pItem->u4.zDatabase); in sqlite3_str_vappendf()
33392 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf()
[all …]