Home
last modified time | relevance | path

Searched refs:colsetlist (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5parse.y94 %type colsetlist {Fts5Colset*}
95 %destructor colsetlist { sqlite3_free($$); }
97 colset(A) ::= MINUS LCP colsetlist(X) RCP. { in colset()
100 colset(A) ::= LCP colsetlist(X) RCP. { A = X; } in colset()
109 colsetlist(A) ::= colsetlist(Y) STRING(X). { in colsetlist() function
111 colsetlist(A) ::= STRING(X). { in colsetlist() function