Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c33348 SrcItem *pItem; in sqlite3_str_vappendf() local
33350 pItem = va_arg(ap, SrcItem*); in sqlite3_str_vappendf()
33352 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf()
33353 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
33354 }else if( pItem->zName ){ in sqlite3_str_vappendf()
33355 if( pItem->fg.fixedSchema==0 in sqlite3_str_vappendf()
33356 && pItem->fg.isSubquery==0 in sqlite3_str_vappendf()
33357 && pItem->u4.zDatabase!=0 in sqlite3_str_vappendf()
33359 sqlite3_str_appendall(pAccum, pItem->u4.zDatabase); in sqlite3_str_vappendf()
33362 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf()
[all …]