OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxRequest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem5.c
115
u32
maxRequest
; /* Largest allocation (exclusive of internal frag) */
252
if( (u32)nByte>mem5.
maxRequest
){
253
mem5.
maxRequest
= nByte;
552
fprintf(out, "mem5.
maxRequest
= %u\n", mem5.
maxRequest
);
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 263 milliseconds