Searched defs:buffsize (Results 1 – 10 of 10) sorted by relevance
26 static void child_alloc_and_verify(int buffsize) in child_alloc_and_verify()50 static void child_write(int buffsize, pid_t pid_alloc) in child_write()
54 static void create_data_size(int *arr, int arr_sz, int buffsize) in create_data_size()89 pid_t pid_alloc, int buffsize) in child_read()
26 size_t buffsize; member
111 long long buffsize; in setup() local
268 const int buffsize = 4096; in run() local
65 size_t buffsize = 1024; variable
364 int buffsize = static_cast<int>(m_nStreamSize - offset); in encode() local
176 read_file(const char* pathname, char* buffer, size_t buffsize) in read_file()
1742 int buffsize = (blen > (size_t)INT_MAX) ? INT_MAX : (int)blen; in wolfssl_recv() local
5007 int buffsize; local