OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSuffix
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
fts3_common.tcl
232
set
nSuffix
[gobble_varint blob]
235
append zTerm [gobble_string blob $
nSuffix
]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c
915
int
nSuffix
; /* Number of bytes in term suffix */
[
all
...]
fts3.c
131
** varint
nSuffix
; (length of unshared suffix)
132
** char pTermSuffix[
nSuffix
];(unshared suffix of next term)
177
** varint
nSuffix
; (length of unshared suffix)
178
** char pTermSuffix[
nSuffix
]; (unshared suffix of next term)
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
149
** varint
nSuffix
; (length of unshared suffix)
150
** char pTermSuffix[
nSuffix
];(unshared suffix of next term)
195
** varint
nSuffix
; (length of unshared suffix)
196
** char pTermSuffix[
nSuffix
]; (unshared suffix of next term)
[
all
...]
Completed in 38 milliseconds