Searched defs:mergetype (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c100039 fts3DoclistMerge( int mergetype, int nParam1, int nParam2, char *aBuffer, int *pnBuffer, char *a1, int n1, char *a2, int n2 ) argument
100237 int mergetype = (pTS->isReqPos ? MERGE_POS_OR : MERGE_OR); local
100428 int mergetype = MERGE_POS_PHRASE; local
100491 int mergetype = isReqPos ? MERGE_POS_NEAR : MERGE_NEAR; local
[all...]

Completed in 351 milliseconds