Asterisk - The Open Source Telephony Project
21.4.1
|
Callback data passed to WriteMemoryCallback. More...
Data Fields | |
ssize_t | len |
The max size of str. | |
FILE * | out_file |
If a file is being retrieved, the file to write to. | |
struct ast_str * | str |
If a string is being built, the string buffer. | |
Callback data passed to WriteMemoryCallback.
Definition at line 591 of file func_curl.c.