Searched defs:iIn (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_osinst.c834 int iIn = 1; /* Index of next byte to read from input */ local
837 while( z[iIn] ){
838 if( z[iIn]==quote ){
839 if( z[iIn+1]!=quote ) break;
841 iIn += 2;
843 z[iOut++] = z[iIn++];
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c393 int iIn = 1; /* Index of next byte to read from input */ local
399 while( ALWAYS(z[iIn]) ){
400 if( z[iIn]==quote ){
401 if( z[iIn+1]!=quote ) break;
403 iIn += 2;
405 z[iOut++] = z[iIn++];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113443 int iIn = 1; /* Index of next byte to read from input */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c124374 int iIn; /* Input character index */ local
127252 int iIn = 1; /* Index of next byte to read from input */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c124394 int iIn; /* Input character index */ local
127272 int iIn = 1; /* Index of next byte to read from input */ local
[all...]

Completed in 454 milliseconds