Lines Matching refs:trim
16143 #define OP_SorterCompare 132 /* synopsis: if key(P1)!=trim(r[P3],P4) goto P2 */
35734 /* 132 */ "SorterCompare" OpHelp("if key(P1)!=trim(r[P3],P4) goto P2"),
96156 ** Synopsis: if key(P1)!=trim(r[P3],P4) goto P2
119253 ** CREATE TABLE xyz(a,b,c,d,e,PRIMARY KEY('a'),UNIQUE('b','c' COLLATE trim)
126059 ** The userdata is 0x1 for left trim, 0x2 for right trim, 0x3 for both.
126067 const unsigned char *zCharSet; /* Set of characters to trim */
126069 int flags; /* 1: trimleft 2: trimright 3: trim */
126988 FUNCTION(trim, 1, 3, 0, trimFunc ),
126989 FUNCTION(trim, 2, 3, 0, trimFunc ),
184855 Fts3Phrase *pPhrase /* The phrase object to trim the doclist of */
211036 "SELECT trim(sql) FROM sqlite_schema WHERE type='index' AND name=?"