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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10654 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
21246 const char *zEnd = z + length; local
21262 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
21263 if( z>=zEnd ) return 0;
21274 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
21277 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21284 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
21285 if( z>=zEnd ) goto do_atof_calc;
21292 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21297 while( z<zEnd
21457 const char *zEnd = zNum + length; local
60844 u8 *zEnd; /* First byte past allocated memory */ local
79017 char *zEnd = &zCol[pColDef->n-1]; local
82447 char *zSep, *zSep2, *zEnd; local
117909 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
119496 const char *zEnd = "</b>"; local
124107 char *zEnd; /* Pointer to nul-term of zCopy */ local
129249 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
[all...]

Completed in 428 milliseconds