HomeSort by relevance Sort by last modified time
    Searched full:zcsr (Results 1 - 2 of 2) sorted by null

  /external/sqlite/dist/orig/
shell.c 921 char *zCsr = &zIn[nIn];
922 *zCsr++ = quote;
924 *zCsr++ = zAppend[i];
925 if( zAppend[i]==quote ) *zCsr++ = quote;
927 *zCsr++ = quote;
928 *zCsr++ = '\0';
929 assert( (zCsr-zIn)==len );
    [all...]
  /external/sqlite/dist/
shell.c 926 char *zCsr = &zIn[nIn];
927 *zCsr++ = quote;
929 *zCsr++ = zAppend[i];
930 if( zAppend[i]==quote ) *zCsr++ = quote;
932 *zCsr++ = quote;
933 *zCsr++ = '\0';
934 assert( (zCsr-zIn)==len );
    [all...]

Completed in 110 milliseconds