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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.c161 char *zEnd; /* Pointer to nul-term of zCopy */ local
166 zEnd = &zCopy[strlen(zCopy)];
180 while( z<zEnd && (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){
H A Dfts3_snippet.c1306 const char *zEnd, /* Snippet end text - "</b>" */
1386 i, (i==nSnippet-1), nFToken, zStart, zEnd, zEllipsis, &res
1302 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
H A Dfts3.c1194 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
1215 if( zCsr>zEnd ){
1219 while( zCsr<zEnd && (piFirst || piLast) ){
1234 ** nSuffix and suffix overrunning zEnd. Additionally corrupt if
1239 || &zCsr[nSuffix]<zCsr || &zCsr[nSuffix]>zEnd ){
3365 const char *zEnd = "</b>"; local
3386 case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
3389 if( !zEllipsis || !zEnd || !zStart ){
3392 sqlite3Fts3Snippet(pContext, pCsr, zStart, zEnd, zEllipsis, iCol, nToken);
/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c705 char *zEnd = &zCol[pColDef->n-1]; local
707 while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
708 *zEnd-- = '\0';
H A Dutil.c265 const char *zEnd = z + length; local
281 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
282 if( z>=zEnd ) return 0;
293 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
296 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
303 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
304 if( z>=zEnd ) goto do_atof_calc;
311 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
316 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
318 if( z>=zEnd ) got
467 const char *zEnd = zNum + length; local
[all...]
H A Dbuild.c1116 (int)(pSpan->zEnd - pSpan->zStart));
1379 char *zSep, *zSep2, *zEnd; local
1389 zEnd = ")";
1393 zEnd = "\n)";
1436 sqlite3_snprintf(n-k, &zStmt[k], "%s", zEnd);
H A Drecover.c1907 const char *zEnd; /* Current end of parsed column information. */ local
1956 zEnd = *pzTypeEnd;
1958 if( expectWord(zEnd, "STRICT", &zEnd) ){
1969 if( expectWord(zEnd, "NOT", &zEnd) ){
1970 if( expectWord(zEnd, "NULL", &zEnd) ){
1979 if( findWord(zEnd, &zDummy, &zDummy) ){
H A Dvdbeaux.c1450 u8 *zEnd = (u8 *)&p->aOp[p->nOpAlloc]; /* First byte past available mem */ local
1458 memset(zCsr, 0, zEnd-zCsr);
1474 p->aMem = allocSpace(p->aMem, nMem*sizeof(Mem), &zCsr, zEnd, &nByte);
1475 p->aVar = allocSpace(p->aVar, nVar*sizeof(Mem), &zCsr, zEnd, &nByte);
1476 p->apArg = allocSpace(p->apArg, nArg*sizeof(Mem*), &zCsr, zEnd, &nByte);
1477 p->azVar = allocSpace(p->azVar, nVar*sizeof(char*), &zCsr, zEnd, &nByte);
1479 &zCsr, zEnd, &nByte);
1484 zEnd = &zCsr[nByte];
H A Dtclsqlite.c1005 const char *zEnd; local
1008 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)];
1011 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){
H A DsqliteInt.h1773 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c3223 const char *zEnd = "</b>"; local
3229 zEnd = (const char*)sqlite3_value_text(argv[2]);
3236 snippetText(pCursor, zStart, zEnd, zEllipsis);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c6350 const char *zEnd = "</b>"; local
6356 zEnd = (const char*)sqlite3_value_text(argv[2]);
6363 snippetText(pCursor, zStart, zEnd, zEllipsis);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10133 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
20500 const char *zEnd = z + length; local
20516 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
20517 if( z>=zEnd ) return 0;
20528 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20531 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20538 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20539 if( z>=zEnd ) goto do_atof_calc;
20546 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20551 while( z<zEnd
20702 const char *zEnd = zNum + length; local
58754 u8 *zEnd = (u8 *)&p->aOp[p->nOpAlloc]; /* First byte past available mem */ local
75378 char *zEnd = &zCol[pColDef->n-1]; local
78395 char *zSep, *zSep2, *zEnd; local
112360 const char *zEnd; /* Current end of parsed column information. */ local
114446 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
116617 const char *zEnd = "</b>"; local
119547 char *zEnd; /* Pointer to nul-term of zCopy */ local
124137 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10681 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
21310 const char *zEnd = z + length; local
21326 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
21327 if( z>=zEnd ) return 0;
21338 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
21341 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21348 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
21349 if( z>=zEnd ) goto do_atof_calc;
21356 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21361 while( z<zEnd
21518 const char *zEnd = zNum + length; local
60985 u8 *zEnd; /* First byte past allocated memory */ local
79136 char *zEnd = &zCol[pColDef->n-1]; local
82570 char *zSep, *zSep2, *zEnd; local
118228 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
119847 const char *zEnd = "</b>"; local
124488 char *zEnd; /* Pointer to nul-term of zCopy */ local
129786 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10681 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
21310 const char *zEnd = z + length; local
21326 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
21327 if( z>=zEnd ) return 0;
21338 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
21341 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21348 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
21349 if( z>=zEnd ) goto do_atof_calc;
21356 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
21361 while( z<zEnd
21518 const char *zEnd = zNum + length; local
61013 u8 *zEnd; /* First byte past allocated memory */ local
79172 char *zEnd = &zCol[pColDef->n-1]; local
82606 char *zSep, *zSep2, *zEnd; local
118264 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
119883 const char *zEnd = "</b>"; local
124536 char *zEnd; /* Pointer to nul-term of zCopy */ local
129834 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
[all...]

Completed in 774 milliseconds