Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dmksourceid.c764 char zHash[100]; in main() local
808 rc = sha1sum_file(zFilename, zHash); in main()
810 rc = sha3sum_file(zFilename, 256, zHash); in main()
817 }else if( strcmp(zHash, zMHash)!=0 ){ in main()
822 printf("... got: %s\n", zHash); in main()
828 DigestToBase16(SHA3Final(&ctx), zHash, 256/8); in main()
830 printf("%s %.60salt1\n", zDate, zHash); in main()
832 printf("%s %s\n", zDate, zHash); in main()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1944 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */ member
2369 char zHash[SPELLFIX_MX_HASH]; /* The current phonehash for zPattern */ member
2504 memcpy(pCur->a[idx].zHash, zHash1, iScope+1); in spellfix1RunQuery()
2787 sqlite3_result_text(ctx, pCur->a[pCur->iRow].zHash, -1, SQLITE_STATIC); in spellfix1Column()