Searched refs:pItem (Results 1 – 1 of 1) sorted by relevance
32538 SrcItem *pItem; in sqlite3_str_vappendf() local32540 pItem = va_arg(ap, SrcItem*); in sqlite3_str_vappendf()32542 if( pItem->zAlias && !flag_altform2 ){ in sqlite3_str_vappendf()32543 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()32544 }else if( pItem->zName ){ in sqlite3_str_vappendf()32545 if( pItem->fg.fixedSchema==0 in sqlite3_str_vappendf()32546 && pItem->fg.isSubquery==0 in sqlite3_str_vappendf()32547 && pItem->u4.zDatabase!=0 in sqlite3_str_vappendf()32549 sqlite3_str_appendall(pAccum, pItem->u4.zDatabase); in sqlite3_str_vappendf()32552 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf()[all …]