OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSrcList
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
resolve.c
103
** that name in the set of source tables in
pSrcList
and make the pExpr
110
** from
pSrcList
.
140
struct SrcList_item *pItem; /* Use for looping over
pSrcList
items */
141
struct SrcList_item *pMatch = 0; /* The matching
pSrcList
item */
158
SrcList *
pSrcList
= pNC->
pSrcList
;
160
if(
pSrcList
){
161
for(i=0, pItem=
pSrcList
->a; i<
pSrcList
->nSrc; i++, pItem++){
200
if( i<
pSrcList
->nSrc-1 )
[
all
...]
expr.c
[
all
...]
delete.c
333
sNC.
pSrcList
= pTabList;
select.c
[
all
...]
update.c
185
sNC.
pSrcList
= pTabList;
fkey.c
543
sNameContext.
pSrcList
= pSrc;
[
all
...]
sqliteInt.h
[
all
...]
build.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 167 milliseconds