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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1269 const char *zEnd; local
1272 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)];
1275 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c30730 sqlite3DbSpanDup(sqlite3 *db, const char *zStart, const char *zEnd) argument
31746 const char *zEnd; local
35081 const char *zEnd; local
35382 const char *zEnd = zNum + length; local
109953 u8 *zEnd; /* First byte past the end of memory */ member in struct:EdupBuf
115819 char *zEnd = &zCol[pColDef->n-1]; local
117513 const char *zEnd; local
122734 char *zSep, *zSep2, *zEnd; local
129166 const u8 *zEnd = &zStr[nStr]; local
129207 const u8 *zEnd = zHex ? &zHex[nHex] : 0; local
150980 triggerSpanDup(sqlite3 *db, const char *zStart, const char *zEnd) argument
186432 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
188248 const char *zEnd = "</b>"; local
193806 char *zEnd; /* Pointer to nul-term of zCopy */ local
196840 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData); local
202124 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
202772 const unsigned char *zEnd; local
237256 char *zEnd = &zIn[p->nQueryTerm]; local
[all...]

Completed in 551 milliseconds