netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
cnid_sqlite_private.h File Reference
#include <atalk/cnid_private.h>
#include <atalk/uuid.h>

Go to the source code of this file.

Data Structures

struct  CNID_sqlite_private

Macros

#define CNID_SQLITE_FLAG_DEPLETED   (1 << 0)
#define CNID_SQLITE_FLAG_NEAR_DEPLETION   (1 << 1)
#define CNID_SQLITE_FLAG_HINT_RANGE_LOGGED   (1 << 2)

Typedefs

typedef struct CNID_sqlite_private CNID_sqlite_private

Macro Definition Documentation

◆ CNID_SQLITE_FLAG_DEPLETED

#define CNID_SQLITE_FLAG_DEPLETED   (1 << 0)

CNID set overflowed

◆ CNID_SQLITE_FLAG_HINT_RANGE_LOGGED

#define CNID_SQLITE_FLAG_HINT_RANGE_LOGGED   (1 << 2)

hint range warning logged

◆ CNID_SQLITE_FLAG_NEAR_DEPLETION

#define CNID_SQLITE_FLAG_NEAR_DEPLETION   (1 << 1)

depletion warning logged

Typedef Documentation

◆ CNID_sqlite_private

typedef struct CNID_sqlite_private CNID_sqlite_private