Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c15570 int iInt; in shellInt32() local
15575 iInt = sqlite3_value_int(argv[1]); in shellInt32()
15577 if( iInt>=0 && (iInt+1)*4<=nBlob ){ in shellInt32()
15578 const unsigned char *a = &pBlob[iInt*4]; in shellInt32()