Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Damatch.c507 sqlite3_stmt *pVCheck; /* Query to check zVocabTab */ member
770 if( p->pVCheck ){ in amatchVCheckClear()
771 sqlite3_finalize(p->pVCheck); in amatchVCheckClear()
772 p->pVCheck = 0; in amatchVCheckClear()
1119 if( p->pVCheck==0 ){ in amatchNext()
1142 sqlite3_bind_int(p->pVCheck, 2, pCur->iLang); in amatchNext()
1178 sqlite3_reset(p->pVCheck); in amatchNext()
1181 rc = sqlite3_step(p->pVCheck); in amatchNext()
1193 sqlite3_reset(p->pVCheck); in amatchNext()
1195 rc = sqlite3_step(p->pVCheck); in amatchNext()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Damatch.c507 sqlite3_stmt *pVCheck; /* Query to check zVocabTab */ member
770 if( p->pVCheck ){ in amatchVCheckClear()
771 sqlite3_finalize(p->pVCheck); in amatchVCheckClear()
772 p->pVCheck = 0; in amatchVCheckClear()
1118 if( p->pVCheck==0 ){ in amatchNext()
1141 sqlite3_bind_int(p->pVCheck, 2, pCur->iLang); in amatchNext()
1177 sqlite3_reset(p->pVCheck); in amatchNext()
1180 rc = sqlite3_step(p->pVCheck); in amatchNext()
1192 sqlite3_reset(p->pVCheck); in amatchNext()
1194 rc = sqlite3_step(p->pVCheck); in amatchNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Damatch.c507 sqlite3_stmt *pVCheck; /* Query to check zVocabTab */ member
770 if( p->pVCheck ){ in amatchVCheckClear()
771 sqlite3_finalize(p->pVCheck); in amatchVCheckClear()
772 p->pVCheck = 0; in amatchVCheckClear()
1119 if( p->pVCheck==0 ){ in amatchNext()
1142 sqlite3_bind_int(p->pVCheck, 2, pCur->iLang); in amatchNext()
1178 sqlite3_reset(p->pVCheck); in amatchNext()
1181 rc = sqlite3_step(p->pVCheck); in amatchNext()
1193 sqlite3_reset(p->pVCheck); in amatchNext()
1195 rc = sqlite3_step(p->pVCheck); in amatchNext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Damatch.c507 sqlite3_stmt *pVCheck; /* Query to check zVocabTab */ member
770 if( p->pVCheck ){ in amatchVCheckClear()
771 sqlite3_finalize(p->pVCheck); in amatchVCheckClear()
772 p->pVCheck = 0; in amatchVCheckClear()
1119 if( p->pVCheck==0 ){ in amatchNext()
1142 sqlite3_bind_int(p->pVCheck, 2, pCur->iLang); in amatchNext()
1178 sqlite3_reset(p->pVCheck); in amatchNext()
1181 rc = sqlite3_step(p->pVCheck); in amatchNext()
1193 sqlite3_reset(p->pVCheck); in amatchNext()
1195 rc = sqlite3_step(p->pVCheck); in amatchNext()
[all …]