HomeSort by: relevance | last modified time | path
    Searched defs:bytes_available (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
stat-w32.c 399 DWORD bytes_available; local
400 if (PeekNamedPipe (h, NULL, 0, NULL, &bytes_available, NULL))
401 buf->st_size = bytes_available;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stat-w32.c 399 DWORD bytes_available; local
400 if (PeekNamedPipe (h, NULL, 0, NULL, &bytes_available, NULL))
401 buf->st_size = bytes_available;
  /src/external/mit/libuv/dist/src/unix/
ibmi.c 65 int bytes_available; member in struct:__anon23795
112 int bytes_available; member in struct:__anon23797
367 if (err.bytes_available > 0) {
  /src/external/mit/libuv/dist/src/win/
pipe.c 1957 DWORD bytes_available; local
1980 bytes_available = 0;
1981 if (!PeekNamedPipe(handle->handle, NULL, 0, NULL, &bytes_available, NULL)) {
1984 if (max_bytes > bytes_available)
1985 max_bytes = bytes_available;
1992 more = max_bytes < bytes_available;
  /src/external/gpl3/gdb/dist/gdb/
value.c 187 value::bytes_available (LONGEST offset, ULONGEST length) const function in class:value
1230 gdb_assert (dst->bytes_available (dst_offset, length));
1279 gdb_assert (dst->bytes_available (dst_offset, length));
  /src/external/gpl3/gdb.old/dist/gdb/
value.c 187 value::bytes_available (LONGEST offset, ULONGEST length) const function in class:value
1230 gdb_assert (dst->bytes_available (dst_offset, length));
1279 gdb_assert (dst->bytes_available (dst_offset, length));

Completed in 38 milliseconds