OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aDoclist
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_aux.c
254
char *
aDoclist
= pCsr->csr.
aDoclist
;
275
i += sqlite3Fts3GetVarint(&
aDoclist
[i], &v);
fts3Int.h
170
sqlite3_int64 iPrevId; /* Previous id read from
aDoclist
*/
171
char *pNextId; /* Pointer into the body of
aDoclist
*/
172
char *
aDoclist
; /* List of docids for full-text queries */
173
int nDoclist; /* Size of buffer at
aDoclist
*/
239
** is true, then
aDoclist
points to a malloced buffer, size nDoclist bytes,
245
**
aDoclist
. Since the doclist is usually scanned in docid order, this can
256
int isLoaded; /* True if
aDoclist
/nDoclist are initialized. */
257
char *
aDoclist
; /* Buffer containing doclist */
258
int nDoclist; /* Size of
aDoclist
in bytes */
345
char *
aDoclist
; /* Pointer to doclist buffer *
[
all
...]
fts3_write.c
106
char *
aDoclist
; /* Pointer to doclist of current entry */
917
if( !pReader->
aDoclist
){
920
pNext = &pReader->
aDoclist
[pReader->nDoclist];
935
pReader->aNode = pReader->
aDoclist
= pList->aData;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 92 milliseconds