Searched refs:writableSchema (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c405 int writableSchema; /* True if PRAGMA writable_schema=ON */ member in struct:callback_data
1204 if( !p->writableSchema ){
1206 p->writableSchema = 1;
1547 p->writableSchema = 0;
1579 if( p->writableSchema ){
1581 p->writableSchema = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c405 int writableSchema; /* True if PRAGMA writable_schema=ON */ member in struct:callback_data
1204 if( !p->writableSchema ){
1206 p->writableSchema = 1;
1547 p->writableSchema = 0;
1579 if( p->writableSchema ){
1581 p->writableSchema = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c405 int writableSchema; /* True if PRAGMA writable_schema=ON */ member in struct:callback_data
1204 if( !p->writableSchema ){
1206 p->writableSchema = 1;
1547 p->writableSchema = 0;
1579 if( p->writableSchema ){
1581 p->writableSchema = 0;

Completed in 179 milliseconds