Lines Matching refs:function
43 from a data read callback function.
47 *readfunc* is a pointer to a data read callback function, with a signature
50 *seekfunc* is a pointer to a seek callback function, with a signature as
51 shown by the above prototype. This function is used when resending data (i.e.:
55 *freefunc* is a pointer to a user resource freeing callback function, with
57 may safely be set to NULL. This function is called upon mime structure
62 The read callback function gets called by libcurl as soon as it needs to
66 of bytes by your function.
68 Your read function must then return the actual number of bytes that it stored
84 The seek function gets called by libcurl to rewind input stream data or to
85 seek to a certain position. The function shall work like fseek(3) or lseek(3)
89 The callback function must return *CURL_SEEKFUNC_OK* on success,