OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pBase
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
671
sqlite3_file *
pBase
= p->pBaseRead;
685
if(
pBase
->pMethods ){
687
rc =
pBase
->pMethods->xFileSize(
pBase
, &filesize);
693
rc =
pBase
->pMethods->xRead(
pBase
, zOut, (int)nRead, iOffset);
768
sqlite3_file *
pBase
;
777
pBase
= p->pBaseRead;
778
if(
pBase
->pMethods ){
779
rc =
pBase
->pMethods->xFileSize(pBase, &s)
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
recover.c
[
all
...]
where.c
758
** If the
pBase
expression originated in the ON or USING clause of
761
static void transferJoinMarkings(Expr *pDerived, Expr *
pBase
){
762
pDerived->flags |=
pBase
->flags & EP_FromJoin;
763
pDerived->iRightJoinTable =
pBase
->iRightJoinTable;
[
all
...]
Completed in 449 milliseconds