HomeSort by relevance Sort by last modified time
    Searched full:buf_used (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/coregrind/
m_libcprint.c 92 Int buf_used; member in struct:__anon13854
103 if (b->buf_used > sizeof(b->buf) - 2 ) {
104 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used );
105 b->buf_used = 0;
107 b->buf[b->buf_used++] = c;
108 b->buf[b->buf_used] = 0;
109 tl_assert(b->buf_used < sizeof(b->buf));
131 if (myprintf_buf.buf_used > 0) {
134 myprintf_buf.buf_used );
213 Int buf_used; member in struct:__anon13855
366 Int buf_used; member in struct:__anon13856
    [all...]
m_errormgr.c 1071 static Int buf_used = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 61 msg->buf_used = sizeof(*msg->hdr);
91 msg->buf_size = msg->buf_used = 0;
312 msg->hdr->length = htons(msg->buf_used);
313 hmac_md5(secret, secret_len, msg->buf, msg->buf_used,
316 msg->hdr->length = htons(msg->buf_used);
318 if (msg->buf_used > 0xffff) {
320 (unsigned long) msg->buf_used);
342 msg->hdr->length = htons(msg->buf_used);
345 hmac_md5(secret, secret_len, msg->buf, msg->buf_used,
354 len[2] = msg->buf_used - sizeof(*msg->hdr)
    [all...]
radius.h 180 size_t buf_used; /* bytes used in buf */ member in struct:radius_msg
radius_server.c 468 if (sendto(data->auth_sock, msg->buf, msg->buf_used, 0,
538 sess->last_reply->buf_used, 0,
631 res = sendto(data->auth_sock, reply->buf, reply->buf_used, 0,
radius_client.c 196 if (send(s, entry->msg->buf, entry->msg->buf_used, 0) < 0)
491 res = send(s, msg->buf, msg->buf_used, 0);
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 63 Int buf_used; member in struct:__anon14105
74 if (b->buf_used > sizeof(b->buf) - 2 ) {
75 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used );
76 b->buf_used = 0;
78 b->buf[b->buf_used++] = c;
79 b->buf[b->buf_used] = 0;
80 assert(b->buf_used < sizeof(b->buf));
104 if (myprintf_buf.buf_used > 0) {
107 myprintf_buf.buf_used );
  /external/e2fsprogs/misc/
badblocks.c 704 unsigned long buf_used; local
772 buf_used = 0;
788 got = try = blocks_at_once - buf_used;
826 buf_used += got;
839 if ((buf_used != blocks_at_once) &&
898 buf_used = 0;

Completed in 515 milliseconds