Searched refs:zHash2 (Results 1 – 1 of 1) sorted by relevance
2401 char zHash2[SPELLFIX_MX_HASH]; in spellfix1RunQuery() local2427 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()