Searched defs:bytes_len (Results 1 – 11 of 11) sorted by relevance
/external/chromium/net/base/ |
D | upload_data.cc | 36 int bytes_len, in SetToChunk() 129 void UploadData::AppendBytes(const char* bytes, int bytes_len) { in AppendBytes() 159 int bytes_len, in AppendChunk()
|
D | upload_data.h | 67 void SetToBytes(const char* bytes, int bytes_len) { in SetToBytes()
|
/external/chromium_org/net/base/ |
D | upload_element.h | 40 void SetToBytes(const char* bytes, int bytes_len) { in SetToBytes() 48 void SetToSharedBytes(const char* bytes, int bytes_len) { in SetToSharedBytes()
|
D | upload_data.cc | 17 void UploadData::AppendBytes(const char* bytes, int bytes_len) { in AppendBytes()
|
D | upload_data_stream.cc | 93 int bytes_len, in AppendChunk()
|
/external/chromium_org/webkit/common/ |
D | data_element.h | 47 void SetToBytes(const char* bytes, int bytes_len) { in SetToBytes() 55 void SetToSharedBytes(const char* bytes, int bytes_len) { in SetToSharedBytes()
|
D | resource_request_body.cc | 13 void ResourceRequestBody::AppendBytes(const char* bytes, int bytes_len) { in AppendBytes()
|
/external/chromium/net/url_request/ |
D | url_request.cc | 165 void URLRequest::AppendBytesToUpload(const char* bytes, int bytes_len) { in AppendBytesToUpload() 193 int bytes_len, in AppendChunkToUpload()
|
/external/chromium_org/base/android/ |
D | jni_array.cc | 197 jsize bytes_len = env->GetArrayLength(bytes_array); in JavaArrayOfByteArrayToStringVector() local
|
/external/tcpdump/ |
D | print-radius.c | 67 #define PRINT_HEX(bytes_len, ptr_data) \ argument
|
/external/chromium_org/net/url_request/ |
D | url_request.cc | 290 int bytes_len, in AppendChunkToUpload()
|