Home | History | Annotate | Download | only in orig

Lines Matching defs:ac

48125   unsigned char ac[4];
48126 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
48128 *pRes = sqlite3Get4byte(ac);
48144 char ac[4];
48145 put32bits(ac, val);
48146 return sqlite3OsWrite(fd, ac, 4, offset);