Searched refs:nSql (Results 1 – 2 of 2) sorted by relevance
15628 zSql[nSql] = ';'; in line_is_complete()15629 zSql[nSql+1] = 0; in line_is_complete()15631 zSql[nSql] = 0; in line_is_complete()15730 nSqlPrior = nSql; in process_input()15731 if( nSql==0 ){ in process_input()15737 nSql = nLine-i; in process_input()15739 zSql[nSql++] = '\n'; in process_input()15741 nSql += nLine; in process_input()15743 if( nSql && line_contains_semicolon(&zSql[nSqlPrior], nSql-nSqlPrior) in process_input()15746 nSql = 0; in process_input()[all …]
102469 int nSql = sqlite3Strlen30(zSql);102498 int nSql = sqlite3Strlen30(zSql);102528 int nOut = nSql;102529 memcpy(zOut, zSql, nSql);123544 int nOut = nSql + 4;123546 while( nOut<nSql*5 ){123655 assert( nParen<nSql );123660 assert( nParen<nSql );123716 assert( nParen<nSql );195132 int nSql = -1;[all …]