Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c208284 int bAppendable = 0; /* Set to true if segment is appendable */ local
208308 rc = fts3IsAppendable(p, iEnd, &bAppendable);
208311 if( rc==SQLITE_OK && bAppendable ){
208325 bAppendable = 0;
208332 if( rc==SQLITE_OK && bAppendable ){