Searched refs:escarg (Results 1 – 1 of 1) sorted by relevance
810 char *escarg; in sqlite3_str_vappendf() local813 escarg = getTextArg(pArgList); in sqlite3_str_vappendf()815 escarg = va_arg(ap,char*); in sqlite3_str_vappendf()817 isnull = escarg==0; in sqlite3_str_vappendf()818 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3_str_vappendf()825 for(i=n=0; k!=0 && (ch=escarg[i])!=0; i++, k--){ in sqlite3_str_vappendf()828 while( (escarg[i+1]&0xc0)==0x80 ){ i++; } in sqlite3_str_vappendf()843 bufpt[j++] = ch = escarg[i]; in sqlite3_str_vappendf()