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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10426 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
20880 const char *zEnd = z + length; local
20896 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
20897 if( z>=zEnd ) return 0;
20908 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20911 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20918 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20919 if( z>=zEnd ) goto do_atof_calc;
20926 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20931 while( z<zEnd
21082 const char *zEnd = zNum + length; local
59778 u8 *zEnd; /* First byte past allocated memory */ local
77482 char *zEnd = &zCol[pColDef->n-1]; local
80510 char *zSep, *zSep2, *zEnd; local
115596 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
117136 const char *zEnd = "</b>"; local
121690 char *zEnd; /* Pointer to nul-term of zCopy */ local
126703 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dmisc2.c2332 {K_ZEND, (char_u *)"zEnd"},

Completed in 390 milliseconds