Lines Matching refs:zOut
238 char *zOut; /* Rendering buffer */ in sqlite3_str_vappendf() local
465 zOut = buf; in sqlite3_str_vappendf()
470 zOut = zExtra = printfTempBuf(pAccum, n); in sqlite3_str_vappendf()
471 if( zOut==0 ) return; in sqlite3_str_vappendf()
474 bufpt = &zOut[nOut-1]; in sqlite3_str_vappendf()
492 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf()
518 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf()
613 zOut = bufpt; in sqlite3_str_vappendf()
645 assert( bufpt>zOut ); in sqlite3_str_vappendf()
674 length = (int)(bufpt-zOut); in sqlite3_str_vappendf()
675 bufpt = zOut; in sqlite3_str_vappendf()