Home | History | Annotate | Download | only in orig

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
39446 unsigned char ac[4];
39447 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
39449 *pRes = sqlite3Get4byte(ac);
39465 char ac[4];
39466 put32bits(ac, val);
39467 return sqlite3OsWrite(fd, ac, 4, offset);
65013 } ac;
65852 #if 0 /* local variables moved into u.ac */
65854 #endif /* local variables moved into u.ac */
65858 u.ac.pVar = &p->aVar[pOp->p1 - 1];
65859 if( sqlite3VdbeMemTooBig(u.ac.pVar) ){
65862 sqlite3VdbeMemShallowCopy(pOut, u.ac.pVar, MEM_Static);