Searched refs:zHash1 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 2400 char zHash1[SPELLFIX_MX_HASH]; in spellfix1RunQuery() local 2424 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery() 2426 zHash1[iScope] = 0; in spellfix1RunQuery() 2427 memcpy(zHash2, zHash1, iScope); in spellfix1RunQuery() 2432 if( strcmp(p->azPrior[i], zHash1)==0 ) return; in spellfix1RunQuery() 2436 memcpy(p->azPrior[p->nRun++], zHash1, iScope+1); in spellfix1RunQuery() 2437 if( sqlite3_bind_text(pStmt, 1, zHash1, -1, SQLITE_STATIC)==SQLITE_NOMEM in spellfix1RunQuery() 2504 memcpy(pCur->a[idx].zHash, zHash1, iScope+1); in spellfix1RunQuery()
|