Home | History | Annotate | Download | only in fts3

Lines Matching defs:pEnd

1105       const char *pEnd;
1113 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
1115 while( a<pEnd ){
2001 char *pEnd = &pList[nList];
2008 while( p<pEnd && (c | *p)&0xFE ) c = *p++ & 0x80;