Searched refs:BUFMAX (Results 1 – 3 of 3) sorted by relevance
100 #define BUFMAX 1024 macro101 static char remcomInBuffer[BUFMAX];102 static char remcomOutBuffer[BUFMAX];103 static char remcomRegBuffer[BUFMAX];108 static long error_jmp_buf[BUFMAX/2];250 while (count < BUFMAX) { in getpacket()259 if (count >= BUFMAX) in getpacket()411 length = kgdb_getregs(regs, remcomRegBuffer, BUFMAX); in handle_exception()
40 #define BUFMAX (32*1024*1024) macro660 if (len > BUFMAX) { in readinto()661 PyErr_Format(PyExc_ValueError, "cannot read more than %d bytes", BUFMAX); in readinto()807 if (newsize > BUFMAX) in _io__WindowsConsoleIO_readall_impl()924 if (size > BUFMAX) { in _io__WindowsConsoleIO_read_impl()925 PyErr_Format(PyExc_ValueError, "cannot read more than %d bytes", BUFMAX); in _io__WindowsConsoleIO_read_impl()976 if (b->len > BUFMAX) in _io__WindowsConsoleIO_write_impl()977 len = BUFMAX; in _io__WindowsConsoleIO_write_impl()
271 #define BUFMAX 512 macro501 char test_msg[BUFMAX];1355 TEST(readlink(tc_ptr->fn_arg[0], test_msg, BUFMAX)); in do_EINVAL()