Searched refs:maxRequest (Results 1 - 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DStandardDescriptorProcessor.java561 String maxRequest = multipart.getString("max-request-size", false, true);
565 (maxRequest==null||"".equals(maxRequest)?-1L:Long.parseLong(maxRequest)),
/external/sqlite/dist/orig/
H A Dsqlite3.c19408 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ member in struct:Mem5Global
19526 if( (u32)nByte>mem5.maxRequest ){
19527 mem5.maxRequest = nByte;
19840 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19408 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */ member in struct:Mem5Global
19526 if( (u32)nByte>mem5.maxRequest ){
19527 mem5.maxRequest = nByte;
19840 fprintf(out, "mem5.maxRequest = %u\n", mem5.maxRequest);
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 444 milliseconds