Searched refs:pStart (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17481 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
17492 void *pStart; /* First byte of available memory space */ member in struct:Lookaside
20385 Expr *pStart; /* Expression for "<expr> PRECEDING" */ member in struct:Window
55027 void *pStart, *pEnd; /* Bounds of global page cache memory */ member in struct:PCacheGlobal
77825 u8 * const pStart = &aData[pPg->hdrOffset + 8 + pPg->childPtrSize]; local
124537 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) argument
157754 WhereTerm *pStart, *pEnd; local
169031 sqlite3WindowAlloc( Parse *pParse, int eType, int eStart, Expr *pStart, int eEnd, Expr *pEnd, u8 eExclude ) argument
178941 void *pStart; local
184892 const unsigned char *pStart = p; local
184933 const unsigned char *pStart = p; local
185042 fts3GetReverseVarint( char **pp, char *pStart, sqlite3_int64 *pVal ) argument
188176 fts3ReversePoslist(char *pStart, char **ppPoslist) argument
225765 u8 *pStart = a; local
[all...]
H A Dshell.c1333 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
1334 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
1335 (double)(pEnd->tv_sec - pStart->tv_sec);
1411 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
1412 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);

Completed in 531 milliseconds