Searched refs:bufptr (Results 1 – 2 of 2) sorted by relevance
707 char *bufptr; in tftp_tx() local772 bufptr = (char *)state->spacket.data + 4; in tftp_tx()774 result = Curl_client_read(data, bufptr, state->blksize - state->sbytes, in tftp_tx()779 bufptr += cb; in tftp_tx()
322 size_t function(char *bufptr, size_t size, size_t nitems, void *userp);324 Where *bufptr* is the pointer to a buffer we fill in with data to upload
Completed in 19 milliseconds