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

/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y281 v.zEnd = X.zEnd;
724 ** ExprSpan.zEnd values of pOut so that the span covers the complete
729 pOut->zEnd = &pEnd->z[pEnd->n];
739 pOut->zEnd = &pValue->z[pValue->n];
785 A.zEnd = &C.z[C.n];
830 pOut->zEnd = pRight->zEnd;
858 A.zEnd = Y.zEnd;
[all...]
H A Dalter.c705 char *zEnd = &zCol[pColDef->n-1]; local
707 while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
708 *zEnd-- = '\0';
H A Drecover.c1929 const char *zEnd; /* Current end of parsed column information. */ local
1978 zEnd = *pzTypeEnd;
1980 if( expectWord(zEnd, "STRICT", &zEnd) ){
1991 if( expectWord(zEnd, "NOT", &zEnd) ){
1992 if( expectWord(zEnd, "NULL", &zEnd) ){
2001 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 Dbuild.c1113 (int)(pSpan->zEnd - pSpan->zStart));
1376 char *zSep, *zSep2, *zEnd; local
1386 zEnd = ")";
1390 zEnd = "\n)";
1433 sqlite3_snprintf(n-k, &zStmt[k], "%s", zEnd);
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/fts3/
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);
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
/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/amalgamation/
H A Dsqlite3.c10118 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
20485 const char *zEnd = z + length; local
20501 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
20502 if( z>=zEnd ) return 0;
20513 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20516 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20523 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20524 if( z>=zEnd ) goto do_atof_calc;
20531 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20536 while( z<zEnd
20687 const char *zEnd = zNum + length; local
58575 u8 *zEnd = (u8 *)&p->aOp[p->nOpAlloc]; /* First byte past available mem */ local
75199 char *zEnd = &zCol[pColDef->n-1]; local
78215 char *zSep, *zSep2, *zEnd; local
112169 const char *zEnd; /* Current end of parsed column information. */ local
114255 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
116426 const char *zEnd = "</b>"; local
119356 char *zEnd; /* Pointer to nul-term of zCopy */ local
123946 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.c11495 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
22520 const char *zEnd = z + length; local
22543 zEnd = z+i+enc-3;
22548 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
22549 if( z>=zEnd ) return 0;
22560 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
22563 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22571 if( z>=zEnd ) goto do_atof_calc;
22578 while( z<zEnd
22742 const char *zEnd = zNum + length; local
63850 u8 *zEnd; /* First byte past allocated memory */ local
83287 char *zEnd = &zCol[pColDef->n-1]; local
87586 char *zSep, *zSep2, *zEnd; local
128569 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
130287 const char *zEnd = "</b>"; local
135674 char *zEnd; /* Pointer to nul-term of zCopy */ local
138642 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData); local
143555 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
144208 const unsigned char *zEnd; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11495 const char *zEnd; /* One character past the end of input text */ member in struct:ExprSpan
22520 const char *zEnd = z + length; local
22543 zEnd = z+i+enc-3;
22548 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
22549 if( z>=zEnd ) return 0;
22560 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
22563 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22571 if( z>=zEnd ) goto do_atof_calc;
22578 while( z<zEnd
22742 const char *zEnd = zNum + length; local
63870 u8 *zEnd; /* First byte past allocated memory */ local
83307 char *zEnd = &zCol[pColDef->n-1]; local
87606 char *zSep, *zSep2, *zEnd; local
128589 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ local
130307 const char *zEnd = "</b>"; local
135706 char *zEnd; /* Pointer to nul-term of zCopy */ local
138674 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData); local
143587 sqlite3Fts3Snippet( sqlite3_context *pCtx, Fts3Cursor *pCsr, const char *zStart, const char *zEnd, const char *zEllipsis, int iCol, int nToken ) argument
144240 const unsigned char *zEnd; local
[all...]
/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);

Completed in 685 milliseconds