Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c12739 int iInt; in shellInt32() local
12744 iInt = sqlite3_value_int(argv[1]); in shellInt32()
12746 if( iInt>=0 && (iInt+1)*4<=nBlob ){ in shellInt32()
12747 const unsigned char *a = &pBlob[iInt*4]; in shellInt32()