Go to the source code of this file.
Data Structures | |
| struct | _cnid_last_private |
Functions | |
| struct _cnid_db * | cnid_last_open (struct cnid_open_args *args) |
| void | cnid_last_close (struct _cnid_db *) |
| cnid_t | cnid_last_add (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t, cnid_t) |
| cnid_t | cnid_last_get (struct _cnid_db *, cnid_t, const char *, size_t) |
| char * | cnid_last_resolve (struct _cnid_db *, cnid_t *, void *, size_t) |
| cnid_t | cnid_last_lookup (struct _cnid_db *, const struct stat *, cnid_t, const char *, size_t) |
| int | cnid_last_update (struct _cnid_db *, cnid_t, const struct stat *, cnid_t, const char *, size_t) |
| int | cnid_last_delete (struct _cnid_db *, cnid_t) |
Variables | |
| struct _cnid_module | cnid_last_module |
|
extern |
|
extern |
Return CNID for a given did/name.
|
extern |
|
extern |
Return the did/name pair corresponding to a CNID.
|
extern |
|
extern |