Home
last modified time | relevance | path

Searched refs:aLine (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c27102 const u8 *aLine = aData+i; in shell_dbtotxt_command() local
27103 for(j=0; j<16 && aLine[j]==0; j++){} in shell_dbtotxt_command()
27110 for(j=0; j<16; j++) sqlite3_fprintf(p->out, " %02x", aLine[j]); in shell_dbtotxt_command()
27113 unsigned char c = (unsigned char)aLine[j]; in shell_dbtotxt_command()