Searched defs:max_bytes (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 56 int max_bytes; /* maximum file size else abort it */ member 733 int max_bytes, /* maximum body size else abort it */ in httpread_create()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes() 207 static uint32_t max_bytes() { return max_bytes_; } in max_bytes() function
|
/external/libvncserver/libvncserver/ |
D | httpd.c | 558 parseParams(const char *request, char *result, int max_bytes) in parseParams()
|
/external/webp/src/utils/ |
D | bit_writer.c | 212 const size_t max_bytes = bw->end_ - bw->buf_; in VP8LBitWriterResize() local
|
/external/freetype/src/psaux/ |
D | psobjs.c | 1375 FT_Offset max_bytes, in ps_parser_to_bytes()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psobjs.c | 1381 FT_Offset max_bytes, in ps_parser_to_bytes()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 980 const uint32_t max_bytes = packet.GetU32 (&offset); in DumpPacket() local
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 956 const uint64_t max_bytes = GetClangType().GetByteSize(); in GetPointeeData() local
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 346 public static native int RAND_load_file(String filename, long max_bytes); in RAND_load_file()
|
/external/lldb/source/Target/ |
D | Process.cpp | 2384 Process::ReadStringFromMemory (addr_t addr, char *dst, size_t max_bytes, Error &error, in ReadStringFromMemory()
|
/external/toybox/generated/ |
D | globals.h | 1169 long max_bytes; member
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5305 static jint NativeCrypto_RAND_load_file(JNIEnv* env, jclass, jstring filename, jlong max_bytes) {
|