Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_schema.c65 sqlite3_stmt *pDbList; member
127 sqlite3_finalize(pCur->pDbList); in schemaClose()
170 return (pCur->pDbList ? 0 : 1); in schemaEof()
188 assert(pCur->pDbList); in schemaNext()
189 while( SQLITE_ROW!=sqlite3_step(pCur->pDbList) ){ in schemaNext()
190 rc = finalize(&pCur->pDbList); in schemaNext()
199 if( sqlite3_column_int(pCur->pDbList, 0)==1 ){ in schemaNext()
204 sqlite3_stmt *pDbList = pCur->pDbList; in schemaNext() local
207 sqlite3_column_text(pDbList, 1) in schemaNext()
225 sqlite3_column_text(pCur->pDbList, 1), in schemaNext()
[all …]