Asterisk - The Open Source Telephony Project
18.5.0
|
Callback data passed to WriteMemoryCallback. More...
Data Fields | |
ssize_t | len |
The max size of str. More... | |
FILE * | out_file |
If a file is being retrieved, the file to write to. More... | |
struct ast_str * | str |
If a string is being built, the string buffer. More... | |
Callback data passed to WriteMemoryCallback.
Definition at line 579 of file func_curl.c.
ssize_t len |
The max size of str.
Definition at line 583 of file func_curl.c.
FILE* out_file |
If a file is being retrieved, the file to write to.
Definition at line 585 of file func_curl.c.
Referenced by acf_curl_write(), and WriteMemoryCallback().
struct ast_str* str |
If a string is being built, the string buffer.
Definition at line 581 of file func_curl.c.
Referenced by acf_curl_exec(), acf_curl_helper(), and WriteMemoryCallback().