Lines Matching defs:ac
24691 /* Calculations from http://www.astro.keele.ac.uk/~rno/Astronomy/hjd.html
24692 ** http://www.astro.keele.ac.uk/~rno/Astronomy/hjd-0.1.c
39474 unsigned char ac[4];
39475 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
39477 *pRes = sqlite3Get4byte(ac);
39493 char ac[4];
39494 put32bits(ac, val);
39495 return sqlite3OsWrite(fd, ac, 4, offset);
65041 } ac;
65880 #if 0 /* local variables moved into u.ac */
65882 #endif /* local variables moved into u.ac */
65886 u.ac.pVar = &p->aVar[pOp->p1 - 1];
65887 if( sqlite3VdbeMemTooBig(u.ac.pVar) ){
65890 sqlite3VdbeMemShallowCopy(pOut, u.ac.pVar, MEM_Static);