Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2401 char zHash2[SPELLFIX_MX_HASH]; in spellfix1RunQuery() local
2427 memcpy(zHash2, zHash1, iScope); in spellfix1RunQuery()
2428 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2429 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2438 || sqlite3_bind_text(pStmt, 2, zHash2, -1, SQLITE_STATIC)==SQLITE_NOMEM in spellfix1RunQuery()