Lines Matching refs:pEnd
1333 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument
1334 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff()
1335 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff()
1411 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument
1413 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff()
9986 u8 *pEnd = &aExtra[nExtra]; in zipfileScanExtra() local
9988 while( p<pEnd ){ in zipfileScanExtra()
13217 IdxWrite *pEnd = 0; in idxProcessTriggers() local
13220 while( rc==SQLITE_OK && pFirst!=pEnd ){ in idxProcessTriggers()
13222 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIter=pIter->pNext){ in idxProcessTriggers()
13225 pEnd = pFirst; in idxProcessTriggers()
23818 struct ArSwitch *pEnd = &aSwitch[nSwitch]; in arParseCommand() local
23832 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()
23835 if( pOpt==pEnd ){ in arParseCommand()
23870 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()
23873 if( pOpt==pEnd ){ in arParseCommand()
23901 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()