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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1333 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
1411 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
H A Dsqlite3.c17492 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...]

Completed in 527 milliseconds