Data Fields | |
ast_custom_function * | acf |
unsigned int | flags |
struct { | |
acf_odbc_query * next | |
} | list |
char | readhandle [5][30] |
int | rowlimit |
char | sql_insert [2048] |
char | sql_read [2048] |
char | sql_write [2048] |
char | writehandle [5][30] |
Definition at line 107 of file func_odbc.c.
struct ast_custom_function* acf |
Definition at line 116 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(), reload(), and unload_module().
unsigned int flags |
Definition at line 114 of file func_odbc.c.
struct { ... } list |
Referenced by acf_odbc_write(), odbc_datastore_free(), and unload_module().
struct acf_odbc_query* next |
Definition at line 108 of file func_odbc.c.
char readhandle[5][30] |
int rowlimit |
char sql_insert[2048] |
char sql_read[2048] |
char sql_write[2048] |
char writehandle[5][30] |