OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iLeftCol
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c
694
int
iLeftCol
, iLeftPos = readPosition(pLeft, &
iLeftCol
);
700
if(
iLeftCol
==iRightCol && iLeftPos+1==iRightPos ){
708
iLeftPos = readPosition(pLeft, &
iLeftCol
);
710
}else if( iRightCol<
iLeftCol
||
711
(iRightCol==
iLeftCol
&& iRightPos<iLeftPos+1) ){
714
iLeftPos = readPosition(pLeft, &
iLeftCol
);
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
select.c
349
int
iLeftCol
; /* Matching column in the left table */
352
if( tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &
iLeftCol
) ){
353
addWhereTerm(pParse, pSrc, iLeft,
iLeftCol
, i+1, j,
388
int
iLeftCol
; /* Column number of matching column on the left */
394
|| !tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &
iLeftCol
)
400
addWhereTerm(pParse, pSrc, iLeft,
iLeftCol
, i+1, iRightCol,
[
all
...]
Completed in 771 milliseconds