Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c29131 const u8 *aLine = aData+i; in shell_dbtotxt_command() local
29132 for(j=0; j<16 && aLine[j]==0; j++){} in shell_dbtotxt_command()
29139 for(j=0; j<16; j++) cli_printf(p->out, " %02x", aLine[j]); in shell_dbtotxt_command()
29142 unsigned char c = (unsigned char)aLine[j]; in shell_dbtotxt_command()