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()
111 long long buffsize; in setup() local
268 const int buffsize = 4096; in run() local
26 size_t buffsize; member
65 size_t buffsize = 1024; variable
1024 int buffsize = (blen > (size_t)INT_MAX) ? INT_MAX : (int)blen; in wolfssl_recv() local
653 int buffsize = buffersize > (size_t) INT_MAX? INT_MAX: (int) buffersize; in gskit_recv() local
1918 int buffsize; in ossl_shutdown() local4506 int buffsize; in ossl_recv() local
175 read_file(const char* pathname, char* buffer, size_t buffsize) in read_file()