Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c217197 i64 iErrPos = 0; /* Error position to be returned */ local
217205 iErrPos = (i64)jsonbValidityCheck(&s, 0, s.nBlob, 1);
217212 iErrPos = -1;
217218 if( (s.zJson[k] & 0xc0)!=0x80 ) iErrPos++;
217220 iErrPos++;
217225 if( iErrPos<0 ){
217228 sqlite3_result_int64(ctx, iErrPos);