OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:szExtra
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pcache.c
25
int
szExtra
; /* Size of extra space for each page */
172
int
szExtra
, /* Extra space associated with each page */
180
p->
szExtra
=
szExtra
;
223
nByte = pCache->szPage + pCache->
szExtra
+ sizeof(PgHdr);
270
memset(pPage->pExtra, 0, pCache->
szExtra
);
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 225 milliseconds