| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct ast_custom_function * | acf | |
| unsigned int | flags | |
| struct { | ||
| struct acf_odbc_query * next | ||
| } | list | |
| int | minargs | |
| char | readhandle [5][30] | |
| int | rowlimit | |
| char * | sql_insert | |
| char * | sql_read | |
| char * | sql_write | |
| char | writehandle [5][30] | |
Definition at line 145 of file func_odbc.c.
| struct ast_custom_function* acf | 
Definition at line 155 of file func_odbc.c.
Referenced by acf_odbc_read(), acf_odbc_write(), cli_odbc_read(), cli_odbc_write(), free_acf_query(), init_acf_query(), load_module(), reload(), and unload_module().
| unsigned int flags | 
Definition at line 152 of file func_odbc.c.
| struct { ... } list | 
Referenced by load_module(), reload(), and unload_module().
| int minargs | 
Definition at line 154 of file func_odbc.c.
Referenced by acf_odbc_read(), and acf_odbc_write().
| struct acf_odbc_query* next | 
Definition at line 146 of file func_odbc.c.
| char readhandle[5][30] | 
Definition at line 147 of file func_odbc.c.
Referenced by acf_odbc_read(), and cli_odbc_read().
| int rowlimit | 
Definition at line 153 of file func_odbc.c.
Referenced by acf_odbc_read().
| char* sql_insert | 
Definition at line 151 of file func_odbc.c.
Referenced by acf_odbc_write(), and free_acf_query().
| char* sql_read | 
Definition at line 149 of file func_odbc.c.
Referenced by acf_odbc_read(), cli_odbc_read(), and free_acf_query().
| char* sql_write | 
Definition at line 150 of file func_odbc.c.
Referenced by acf_odbc_write(), cli_odbc_write(), and free_acf_query().
| char writehandle[5][30] | 
Definition at line 148 of file func_odbc.c.
Referenced by acf_odbc_write(), and cli_odbc_write().