HomeSort by: relevance | last modified time | path
    Searched refs:sCtx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 30956 ImportCtx sCtx; /* Reader context */
30965 memset(&sCtx, 0, sizeof(sCtx));
30990 if( sCtx.cColSep==0 ) sCtx.cColSep = SEP_Unit[0];
30991 if( sCtx.cRowSep==0 ) sCtx.cRowSep = SEP_Record[0];
30994 if( sCtx.cColSep==0 ) sCtx.cColSep = ',';
30995 if( sCtx.cRowSep==0 ) sCtx.cRowSep = '\n'
    [all...]
sqlite3.c     [all...]

Completed in 87 milliseconds