Lines Matching refs:function
32 Pass a pointer to your callback function, which should match the prototype
35 This callback function gets called by libcurl as soon as there is data
40 The data passed to this function is not null-terminated.
42 The callback function is passed as much data as possible in all invokes, but
51 This function may be called with zero bytes data if the transferred file is
57 that amount differs from the amount passed to your callback function, it
59 aborted and the libcurl function used returns *CURLE_WRITE_ERROR*.
64 If the callback function returns CURL_WRITEFUNC_PAUSE it pauses this
67 Set this option to NULL to get the internal default function used instead of
68 your callback. The internal default function writes the data to the FILE *
114 /* send all data to this function */
117 /* we pass our 'chunk' struct to the callback function */