HomeSort by relevance Sort by last modified time
    Searched refs:len_out (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/
curl_ntlm_wb.c 260 size_t len_in = strlen(input), len_out = 0; local
282 size = sread(conn->ntlm_auth_hlpr_socket, buf + len_out, NTLM_BUFSIZE);
291 len_out += size;
292 if(buf[len_out - 1] == '\n') {
293 buf[len_out - 1] = '\0';
296 newbuf = realloc(buf, len_out + NTLM_BUFSIZE);
306 len_out == 3 &&
310 if(len_out < 4)
320 conn->response_header = aprintf("NTLM %.*s", len_out - 4, buf + 3);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history_unittest.cc 116 size_t len_out = kMaxPacketLength; local
119 &len_out, &time));
120 EXPECT_EQ(len, len_out);
135 size_t len_out = kMaxPacketLength; local
138 &len_out, &time));
139 EXPECT_EQ(len, len_out);
154 size_t len_out = kMaxPacketLength; local
157 &len_out, &time));
158 EXPECT_EQ(len, len_out);
  /external/libevent/
util-internal.h 169 int evutil_read_file(const char *filename, char **content_out, size_t *len_out,
evutil.c 117 string. Set *content_out to hold this string, and *len_out to hold its
126 evutil_read_file(const char *filename, char **content_out, size_t *len_out,
136 EVUTIL_ASSERT(len_out);
138 *len_out = 0;
177 *len_out = read_so_far;
    [all...]
evdns.c 3540 size_t len_out; local
    [all...]
  /external/dnsmasq/src/
rfc2131.c     [all...]
dnsmasq.h 850 int clid_len, unsigned char *clid, int *len_out);

Completed in 264 milliseconds