OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nResColumn
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h
281
u16
nResColumn
; /* Number of columns in one row of the result set */
vdbeaux.c
[
all
...]
vdbeapi.c
663
return pVm ? pVm->
nResColumn
: 0;
673
return pVm->
nResColumn
;
688
if( pVm && pVm->pResultSet!=0 && i<pVm->
nResColumn
&& i>=0 ){
[
all
...]
vdbe.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 627 milliseconds