Searched refs:nSql (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c4127 static int line_is_complete(char *zSql, int nSql){ argument
4130 zSql[nSql] = ';';
4131 zSql[nSql+1] = 0;
4133 zSql[nSql] = 0;
4150 int nSql = 0; /* Bytes of zSql[] used */ local
4161 zLine = one_input_line(in, zLine, nSql>0);
4172 if( nSql==0 && _all_whitespace(zLine) ){
4176 if( zLine && zLine[0]=='.' && nSql==0 ){
4186 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){
4190 if( nSql
[all...]
/external/sqlite/dist/
H A Dshell.c4149 static int line_is_complete(char *zSql, int nSql){ argument
4152 zSql[nSql] = ';';
4153 zSql[nSql+1] = 0;
4155 zSql[nSql] = 0;
4172 int nSql = 0; /* Bytes of zSql[] used */ local
4183 zLine = one_input_line(in, zLine, nSql>0);
4194 if( nSql==0 && _all_whitespace(zLine) ){
4198 if( zLine && zLine[0]=='.' && nSql==0 ){
4208 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){
4212 if( nSql
[all...]

Completed in 39 milliseconds