Lines Matching defs:ce
32304 ** These macros are necessary because Windows CE does not natively support the
32313 ** These are the special syscall hacks for Windows CE. The locking related
32531 /* The GetProcAddressA() routine is only available on Windows CE. */
33333 ** Windows CE does not have a localtime() function. So create a
33495 ** An implementation of the LockFile() API of Windows for CE
33559 ** An implementation of the UnlockFile API of Windows for CE
33621 ** An implementation of the LockFileEx() API of Windows for CE
65338 } ce;
70216 #if 0 /* local variables moved into u.ce */
70219 #endif /* local variables moved into u.ce */
70221 for(u.ce.pFrame=p->pFrame; u.ce.pFrame->pParent; u.ce.pFrame=u.ce.pFrame->pParent);
70222 u.ce.pIn1 = &u.ce.pFrame->aMem[pOp->p1];
70224 u.ce.pIn1 = &aMem[pOp->p1];
70226 assert( memIsValid(u.ce.pIn1) );
70227 sqlite3VdbeMemIntegerify(u.ce.pIn1);
70230 if( u.ce.pIn1->u.i<pIn2->u.i){
70231 u.ce.pIn1->u.i = pIn2->u.i;