Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c208602 int bAppendable = 0; /* Set to true if segment is appendable */ local
208626 rc = fts3IsAppendable(p, iEnd, &bAppendable);
208629 if( rc==SQLITE_OK && bAppendable ){
208643 bAppendable = 0;
208650 if( rc==SQLITE_OK && bAppendable ){