mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Mark internal routines as "static" in FTS3.
Ticket [b1552d0fa7]. FossilOrigin-Name: 39b34ac4a7bd06144b3630c0ad71bad0615418b6
This commit is contained in:
@ -467,7 +467,7 @@ static int fts3DisconnectMethod(sqlite3_vtab *pVtab){
|
||||
**
|
||||
** If *pRc is initially non-zero then this routine is a no-op.
|
||||
*/
|
||||
void fts3DbExec(
|
||||
static void fts3DbExec(
|
||||
int *pRc, /* Success code */
|
||||
sqlite3 *db, /* Database in which to run SQL */
|
||||
const char *zFormat, /* Format string for SQL */
|
||||
|
@ -571,7 +571,7 @@ static int fts3StringAppend(
|
||||
** is no way for fts3BestSnippet() to know whether or not the document
|
||||
** actually contains terms that follow the final highlighted term.
|
||||
*/
|
||||
int fts3SnippetShift(
|
||||
static int fts3SnippetShift(
|
||||
Fts3Table *pTab, /* FTS3 table snippet comes from */
|
||||
int nSnippet, /* Number of tokens desired for snippet */
|
||||
const char *zDoc, /* Document text to extract snippet from */
|
||||
|
20
manifest
20
manifest
@ -1,8 +1,8 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
C Improved\serror\smessage\swhen\sthe\sright-hand\soperand\sof\sMATCH\sin\sFTS3\sis\nnot\sa\svalid\ssearch\sexpression.\s\sTicket\s[170872f1c3].
|
||||
D 2010-03-15T20:53:01
|
||||
C Mark\sinternal\sroutines\sas\s"static"\sin\sFTS3.\nTicket\s[b1552d0fa7].
|
||||
D 2010-03-18T16:34:45
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -59,7 +59,7 @@ F ext/fts2/mkfts2amal.tcl 974d5d438cb3f7c4a652639262f82418c1e4cff0
|
||||
F ext/fts3/README.syntax a19711dc5458c20734b8e485e75fb1981ec2427a
|
||||
F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9
|
||||
F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d
|
||||
F ext/fts3/fts3.c 2bb2045d1412184e9eea71eb151b159168be5131
|
||||
F ext/fts3/fts3.c 2d2ee8cb1ad3eff617454df68a24fb07e0581e5d
|
||||
F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe
|
||||
F ext/fts3/fts3Int.h df812ef35f1b47a44ec68a44ec0c2a769c973d85
|
||||
F ext/fts3/fts3_expr.c f4ff02ebe854e97ac03ff00b38b728a9ab57fd4b
|
||||
@ -67,7 +67,7 @@ F ext/fts3/fts3_hash.c 3c8f6387a4a7f5305588b203fa7c887d753e1f1c
|
||||
F ext/fts3/fts3_hash.h 8331fb2206c609f9fc4c4735b9ab5ad6137c88ec
|
||||
F ext/fts3/fts3_icu.c ac494aed69835008185299315403044664bda295
|
||||
F ext/fts3/fts3_porter.c 7546e4503e286a67fd4f2a82159620e3e9c7a1bc
|
||||
F ext/fts3/fts3_snippet.c 9cb2e78f4d09f30ea7861ee3fc9b7221ae948c8e
|
||||
F ext/fts3/fts3_snippet.c ec53bd8a8384172b9e866f48fa2d6055f3b9f3cf
|
||||
F ext/fts3/fts3_tokenizer.c 1a49ee3d79cbf0b9386250370d9cbfe4bb89c8ff
|
||||
F ext/fts3/fts3_tokenizer.h 13ffd9fcb397fec32a05ef5cd9e0fa659bf3dbd3
|
||||
F ext/fts3/fts3_tokenizer1.c b6d86d1d750787db5c168c73da4e87670ed890a1
|
||||
@ -796,14 +796,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
||||
P f186b6a61909be1d65b76a6fbaa42f57bbd0d1e5
|
||||
R fc80669f4915ada3796481624547e3ec
|
||||
P bea9258643edfeb98ebf59d93fa18a14e4221fea
|
||||
R da88be09fb0f3b3bd9d4c5c0ab241d5e
|
||||
U drh
|
||||
Z 2f4ab276a582edf60527cadf937d02b0
|
||||
Z 2b2dfc29b37d20deb3125dc4741ad0ad
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQFLnp4xoxKgR168RlERArRnAKCFf/D9C9jjnXrLZQSSVB5obQctKwCfSst5
|
||||
zzT89o4tdlKI0qCLl4DCz+M=
|
||||
=61f4
|
||||
iD8DBQFLolYooxKgR168RlERAgOaAJ406SphJxYCh+IcG+59/UHQ/5B0PACghJA8
|
||||
aeLH3CBjPdUAGI+7lk9EX5c=
|
||||
=ALgl
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1 +1 @@
|
||||
bea9258643edfeb98ebf59d93fa18a14e4221fea
|
||||
39b34ac4a7bd06144b3630c0ad71bad0615418b6
|
Reference in New Issue
Block a user