Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c710 char *bufptr; in tftp_tx() local
775 bufptr = (char *)state->spacket.data + 4; in tftp_tx()
777 result = Curl_client_read(data, bufptr, state->blksize - state->sbytes, in tftp_tx()
782 bufptr += cb; in tftp_tx()
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md321 size_t function(char *bufptr, size_t size, size_t nitems, void *userp);
323 Where *bufptr* is the pointer to a buffer we fill in with data to upload

Completed in 12 milliseconds