Home | History | Annotate | Download | only in dist

Lines Matching defs:ce

32332 ** These macros are necessary because Windows CE does not natively support the
32341 ** These are the special syscall hacks for Windows CE. The locking related
32559 /* The GetProcAddressA() routine is only available on Windows CE. */
33361 ** Windows CE does not have a localtime() function. So create a
33523 ** An implementation of the LockFile() API of Windows for CE
33587 ** An implementation of the UnlockFile API of Windows for CE
33649 ** An implementation of the LockFileEx() API of Windows for CE
65366 } ce;
70244 #if 0 /* local variables moved into u.ce */
70247 #endif /* local variables moved into u.ce */
70249 for(u.ce.pFrame=p->pFrame; u.ce.pFrame->pParent; u.ce.pFrame=u.ce.pFrame->pParent);
70250 u.ce.pIn1 = &u.ce.pFrame->aMem[pOp->p1];
70252 u.ce.pIn1 = &aMem[pOp->p1];
70254 assert( memIsValid(u.ce.pIn1) );
70255 sqlite3VdbeMemIntegerify(u.ce.pIn1);
70258 if( u.ce.pIn1->u.i<pIn2->u.i){
70259 u.ce.pIn1->u.i = pIn2->u.i;