pm.h File Reference
Go to the source code of this file.
Typedef Documentation
Definition at line 6 of file pm.h.
Function Documentation
| int pm_add |
( |
pm_t * |
pm, |
|
|
const char * |
pattern | |
|
) |
| | |
Definition at line 57 of file pm.c.
| int pm_create |
( |
pm_t ** |
ppm |
) |
|
Definition at line 39 of file pm.c.
| int pm_free |
( |
pm_t * |
pm |
) |
|
Definition at line 16 of file pm.c.
| int pm_is_empty |
( |
pm_t * |
pm |
) |
|
Definition at line 99 of file pm.c.
| int pm_match |
( |
pm_t * |
pm, |
|
|
const char * |
uri | |
|
) |
| | |
Definition at line 108 of file pm.c.
| int pm_remove |
( |
pm_t * |
pm, |
|
|
const char * |
pattern | |
|
) |
| | |
Definition at line 78 of file pm.c.