Home
last modified time | relevance | path

Searched refs:bufs (Results 1 – 2 of 2) sorted by relevance

/curl/packages/OS400/
H A Dos400sys.c171 struct buffer_t *bufs; in buffer_threaded() local
177 bufs = (struct buffer_t *) pthread_getspecific(thdkey); in buffer_threaded()
179 if(!bufs) { in buffer_threaded()
185 bufs = calloc((size_t) LK_LAST, sizeof(*bufs)); in buffer_threaded()
186 if(!bufs) in buffer_threaded()
189 if(pthread_setspecific(thdkey, (void *) bufs)) { in buffer_threaded()
190 free(bufs); in buffer_threaded()
195 return get_buffer(bufs + key, size); in buffer_threaded()
/curl/lib/vquic/
H A Dvquic.c342 uint8_t bufs[MMSG_NUM][2*1024]; in recvmmsg_packets() local
356 msg_iov[i].iov_base = bufs[i]; in recvmmsg_packets()
357 msg_iov[i].iov_len = (int)sizeof(bufs[i]); in recvmmsg_packets()
391 result = recv_cb(bufs[i], mmsg[i].msg_len, in recvmmsg_packets()

Completed in 9 milliseconds