OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nFresh
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
rowset.c
109
u16
nFresh
; /* Number of objects on pFresh */
136
p->
nFresh
= (u16)((N - ROUND8(sizeof(*p)))/sizeof(struct RowSetEntry));
154
p->
nFresh
= 0;
171
if( p->
nFresh
==0 ){
180
p->
nFresh
= ROWSET_ENTRY_PER_CHUNK;
183
p->
nFresh
--;
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 42 milliseconds