| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 692 of file func_curl.c.
| ssize_t len | 
The max size of str.
Definition at line 696 of file func_curl.c.
| FILE* out_file | 
If a file is being retrieved, the file to write to.
Definition at line 698 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 694 of file func_curl.c.
Referenced by acf_curl_exec(), and WriteMemoryCallback().