Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
curl_write_callback_data Struct Reference

Callback data passed to WriteMemoryCallback. More...

Collaboration diagram for curl_write_callback_data:
Collaboration graph
[legend]

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_strstr
 If a string is being built, the string buffer. More...
 

Detailed Description

Callback data passed to WriteMemoryCallback.

Definition at line 579 of file func_curl.c.

Field Documentation

◆ len

ssize_t len

The max size of str.

Definition at line 583 of file func_curl.c.

◆ out_file

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().

◆ str

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().


The documentation for this struct was generated from the following file: