Lines Matching refs:pEnd
1347 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument
1348 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff()
1349 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff()
1425 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument
1427 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff()
10064 u8 *pEnd = &aExtra[nExtra]; in zipfileScanExtra() local
10066 while( p<pEnd ){ in zipfileScanExtra()
13296 IdxWrite *pEnd = 0; in idxProcessTriggers() local
13299 while( rc==SQLITE_OK && pFirst!=pEnd ){ in idxProcessTriggers()
13301 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIter=pIter->pNext){ in idxProcessTriggers()
13304 pEnd = pFirst; in idxProcessTriggers()
25082 struct ArSwitch *pEnd = &aSwitch[nSwitch]; in arParseCommand() local
25096 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()
25099 if( pOpt==pEnd ){ in arParseCommand()
25134 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()
25137 if( pOpt==pEnd ){ in arParseCommand()
25165 for(pOpt=&aSwitch[0]; pOpt<pEnd; pOpt++){ in arParseCommand()