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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c157661 int iIn; /* IN loop corresponding to the j-th constraint */ local
181160 int iIn; /* Input character index */ local
185003 int iIn = 1; /* Index of next byte to read from input */ local
206202 u32 iIn, iOut; local
233848 int iIn = 1; local
236891 int iIn = 0; /* Next input in pColset */ local
246059 int iIn; local
[all...]
H A Dshell.c9622 int iIn = 1; local
9625 while( ALWAYS(zIn[iIn]) ){
9626 char c = zIn[iIn++];
9627 if( c==q && zIn[iIn++]!=q ) break;
12226 int iIn = 0; local
12227 for(iIn=1; iIn<(n-1); iIn++){
12228 if( zIn[iIn]=='\'' ){
12229 assert( zIn[iIn
[all...]

Completed in 773 milliseconds