logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdb_cursor - Cursor Flags

Author

       Generated automatically by Doxygen for LMDB from the source code.

                                                      LMDB                                         mdb_cursor(3)

Detailed Description

       Cursor state flags.

Macro Definition Documentation

#defineC_INITIALIZED0x01
       cursor has been initialized and is valid

   #defineC_EOF0x02
       No more data

   #defineC_SUB0x04
       Cursor is a sub-cursor

   #defineC_DEL0x08
       last op was a cursor_del

   #defineC_UNTRACK0x40
       Un-track cursor when closing

Name

       mdb_cursor - Cursor Flags

Synopsis

Macros
       #define C_INITIALIZED   0x01
       #define C_EOF   0x02
       #define C_SUB   0x04
       #define C_DEL   0x08
       #define C_UNTRACK   0x40

See Also