HomeSort by relevance Sort by last modified time
    Searched defs:content_length (Results 1 - 18 of 18) sorted by null

  /external/curl/tests/libtest/
lib566.c 31 double content_length = 3; local
53 &content_length);
56 fprintf(moo, "CL: %.0f\n", content_length);
lib599.c 46 double content_length = 0.0; local
82 &content_length);
85 fprintf(moo, "CL: %.0f\n", content_length);
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 85 size_t content_length() const { return content_length_; } function in class:DataSocket
  /external/google-breakpad/src/common/windows/
http_upload.cc 199 wchar_t content_length[32]; local
200 DWORD content_length_size = sizeof(content_length);
205 static_cast<LPVOID>(&content_length),
208 claimed_size = wcstol(content_length, NULL, 10);
  /external/syslinux/core/fs/pxe/
http.c 176 uint32_t content_length; /* same as inode->size */ local
191 inode->size = content_length = -1;
282 content_length = 0;
284 if ((content_length * 10) < content_length)
286 content_length = (content_length * 10) + (*next - '0');
292 content_length = -1;
  /external/syslinux/gpxe/src/net/tcp/
http.c 80 size_t content_length; member in struct:http_request
117 if ( http->content_length &&
118 ( http->content_length != http->rx_len ) ) {
120 http, http->rx_len, http->content_length );
220 http->content_length = strtoul ( value, &endp, 10 );
228 xfer_seek ( &http->xfer, http->content_length, SEEK_SET );
341 if ( http->content_length &&
342 ( http->rx_len >= http->content_length ) ) {
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 296 size_t* content_length) {
309 if (GetHeaderValue(*data, i, "\r\nContent-Length: ", content_length)) {
310 size_t total_response_size = (i + 4) + *content_length;
333 size_t content_length = 0; local
334 if (ReadIntoBuffer(socket, &control_data_, &content_length)) {
336 bool ok = ParseServerResponse(control_data_, content_length, &peer_id,
346 if (content_length) {
385 size_t content_length = 0; local
386 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) {
388 bool ok = ParseServerResponse(notification_data_, content_length,
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 69 int content_length; /* body length, iff got_content_length */ member in struct:httpread
168 h->content_length = atol(hbp);
169 if (h->content_length < 0 || h->content_length > h->max_bytes) {
172 h->content_length);
401 h->content_length);
455 if (h->got_content_length && h->content_length == 0) {
504 new_alloc_nbytes < (h->content_length + 1))
505 new_alloc_nbytes = h->content_length + 1;
595 h->body_nbytes >= h->content_length) {
    [all...]
  /system/update_engine/
test_http_server.cc 196 const off_t content_length = end_offset - start_offset;; local
212 ret = WriteString(fd, string("Content-Length: ") + Itoa(content_length) +
  /external/webrtc/webrtc/base/
httpcommon.cc 488 size_t content_length = 0; local
489 if (this->document->GetAvailable(&content_length)) {
491 sprintfn(buffer, sizeof(buffer), "%d", content_length);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 324 size_t content_length; member in struct:shaderc_include_result
  /external/libevent/
http.c 499 /* Add a "Content-Length" header with value 'content_length' to headers,
503 size_t content_length)
509 EV_SIZE_ARG(content_length));
2116 const char *content_length; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 6268 bfd_size_type content_length; member in struct:section_cache_struct
6374 bfd_size_type content_length; member in struct:ebb_struct
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 329 milliseconds