Searched refs:remaining_buf (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote-fileio.c731 static char *remaining_buf = NULL; local
735 if (remaining_buf)
740 memcpy (buffer, remaining_buf, length);
741 memmove (remaining_buf, remaining_buf + length,
748 memcpy (buffer, remaining_buf, remaining_length);
749 xfree (remaining_buf);
750 remaining_buf = NULL;
760 remaining_buf = (char *) xmalloc (ret - length);
762 memcpy (remaining_buf, buffe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote-fileio.c731 static char *remaining_buf = NULL; local
735 if (remaining_buf)
740 memcpy (buffer, remaining_buf, length);
741 memmove (remaining_buf, remaining_buf + length,
748 memcpy (buffer, remaining_buf, remaining_length);
749 xfree (remaining_buf);
750 remaining_buf = NULL;
760 remaining_buf = (char *) xmalloc (ret - length);
762 memcpy (remaining_buf, buffe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote-fileio.c731 static char *remaining_buf = NULL; local
735 if (remaining_buf)
740 memcpy (buffer, remaining_buf, length);
741 memmove (remaining_buf, remaining_buf + length,
748 memcpy (buffer, remaining_buf, remaining_length);
749 xfree (remaining_buf);
750 remaining_buf = NULL;
760 remaining_buf = (char *) xmalloc (ret - length);
762 memcpy (remaining_buf, buffe
[all...]

Completed in 168 milliseconds