Home | History | Annotate | Download | only in dist

Lines Matching defs:nByte

1750     int nByte;                  /* Number of bytes in an SQL string */
1771 nByte = strlen30(zSql);
1783 zSql = malloc( nByte + 20 + nCol*2 );
1788 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);