OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jointype
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
select.c
124
int
jointype
= 0;
local
151
jointype
|= aKeyword[j].code;
157
jointype
|= JT_ERROR;
162
(
jointype
& (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
163
(
jointype
& JT_ERROR)!=0
170
jointype
= JT_INNER;
171
}else if( (
jointype
& JT_OUTER)!=0
172
&& (
jointype
& (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
175
jointype
= JT_INNER;
177
return
jointype
;
2917
u8
jointype
= 0;
local
[
all
...]
sqliteInt.h
1843
u8
jointype
; \/* Type of join between this able and the previous *\/
member in struct:SrcList::SrcList_item
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
10188
u8
jointype
; \/* Type of join between this able and the previous *\/
member in struct:SrcList::SrcList_item
90046
int
jointype
= 0;
local
92839
u8
jointype
= 0;
local
[
all
...]
Completed in 66 milliseconds