RTS API Documentation
1.10.11
|
Go to the source code of this file.
Functions | |
switch_status_t | switch_core_directory_open (switch_directory_handle_t *dh, char *module_name, char *source, char *dsn, char *passwd, switch_memory_pool_t *pool) |
Open a directory handle. More... | |
switch_status_t | switch_core_directory_query (switch_directory_handle_t *dh, char *base, char *query) |
Query a directory handle. More... | |
switch_status_t | switch_core_directory_next (switch_directory_handle_t *dh) |
Obtain the next record in a lookup. More... | |
switch_status_t | switch_core_directory_next_pair (switch_directory_handle_t *dh, char **var, char **val) |
Obtain the next name/value pair in the current record. More... | |
switch_status_t | switch_core_directory_close (switch_directory_handle_t *dh) |
Close an open directory handle. More... | |