
Data Fields | |
| struct ast_custom_function * | acf |
| unsigned int | flags |
| struct { | |
| struct acf_odbc_query * next | |
| } | list |
| char | readhandle [5][30] |
| int | rowlimit |
| char | sql_read [2048] |
| char | sql_write [2048] |
| char | writehandle [5][30] |
Definition at line 54 of file func_odbc.c.
struct ast_custom_function* acf [read] |
Definition at line 62 of file func_odbc.c.
Referenced by acf_odbc_read(), acf_odbc_write(), free_acf_query(), init_acf_query(), load_module(), reload(), and unload_module().
| unsigned int flags |
Definition at line 60 of file func_odbc.c.
| struct { ... } list |
Referenced by acf_fetch(), acf_odbc_read(), acf_odbc_write(), load_module(), odbc_datastore_free(), reload(), and unload_module().
struct acf_odbc_query* next [read] |
Definition at line 55 of file func_odbc.c.
| char readhandle[5][30] |
Definition at line 56 of file func_odbc.c.
Referenced by acf_odbc_read().
| int rowlimit |
Definition at line 61 of file func_odbc.c.
Referenced by acf_odbc_read().
| char sql_read[2048] |
Definition at line 58 of file func_odbc.c.
Referenced by acf_odbc_read().
| char sql_write[2048] |
Definition at line 59 of file func_odbc.c.
Referenced by acf_odbc_write().
| char writehandle[5][30] |
Definition at line 57 of file func_odbc.c.
Referenced by acf_odbc_write().
1.6.1