Home | History | Annotate | Download | only in dist

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
39457 unsigned char ac[4];
39458 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
39460 *pRes = sqlite3Get4byte(ac);
39476 char ac[4];
39477 put32bits(ac, val);
39478 return sqlite3OsWrite(fd, ac, 4, offset);
65024 } ac;
65863 #if 0 /* local variables moved into u.ac */
65865 #endif /* local variables moved into u.ac */
65869 u.ac.pVar = &p->aVar[pOp->p1 - 1];
65870 if( sqlite3VdbeMemTooBig(u.ac.pVar) ){
65873 sqlite3VdbeMemShallowCopy(pOut, u.ac.pVar, MEM_Static);