Home
last modified time | relevance | path

Searched defs:HashContext (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/test/
H A Dspeedtest1.c77 typedef struct HashContext HashContext; typedef
78 struct HashContext { struct
79 unsigned char isInit; /* True if initialized */
80 unsigned char i, j; /* State variables */
81 unsigned char s[256]; /* State variables */
82 unsigned char r[32]; /* Result */