#include "../../str.h"


Go to the source code of this file.
Data Structures | |
| struct | flat_id |
Functions | |
| unsigned char | cmp_flat_id (struct flat_id *id1, struct flat_id *id2) |
| void | free_flat_id (struct flat_id *id) |
| struct flat_id * | new_flat_id (char *dir, char *table) |
Definition at line 63 of file flat_id.c.
References flat_id::dir, _str::len, _str::s, and flat_id::table.
Referenced by flat_get_connection().
| void free_flat_id | ( | struct flat_id * | id | ) |
Definition at line 78 of file flat_id.c.
References pkg_free.
Referenced by flat_free_connection(), and flat_get_connection().
| struct flat_id* new_flat_id | ( | char * | dir, | |
| char * | table | |||
| ) | [read] |
Definition at line 35 of file flat_id.c.
References flat_id::dir, _str::len, LM_ERR, pkg_malloc, _str::s, and flat_id::table.
Referenced by flat_get_connection().
1.5.6