Searched refs:nappend (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 78 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend() function 92 nappend(sb, zFrom, strlen(zFrom)); in append() 2489 nappend(&sb, &zDoc[iStart], aMatch[iMatch].iStart - iStart); in snippetText() 2492 nappend(&sb, &zDoc[iStart], aMatch[iMatch].nByte); in snippetText() 2503 nappend(&sb, &zDoc[iStart], iEnd - iStart); in snippetText()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 539 static void nappend(StringBuffer *sb, const char *zFrom, int nFrom){ in nappend() function 547 nappend(sb, zFrom, strlen(zFrom)); in append() 3338 nappend(&sb, &zDoc[iStart], aMatch[iMatch].iStart - iStart); in snippetText() 3341 nappend(&sb, &zDoc[iStart], aMatch[iMatch].nByte); in snippetText() 3352 nappend(&sb, &zDoc[iStart], iEnd - iStart); in snippetText()
|