Home
last modified time | relevance | path

Searched defs:mdbx_strdup (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx_copy.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
H A Dmdbx_drop.c770 #define mdbx_strdup _strdup macro
813 #define mdbx_strdup strdup macro
H A Dmdbx_dump.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
H A Dmdbx_load.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
H A Dmdbx_stat.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
H A Dmdbx.c++746 #define mdbx_strdup _strdup macro
789 #define mdbx_strdup strdup macro
H A Dmdbx_chk.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
H A Dmdbx.c746 #define mdbx_strdup _strdup macro
789 #define mdbx_strdup strdup macro
26237 char *mdbx_strdup(const char *str) { in mdbx_strdup() function