Home
last modified time | relevance | path

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

/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx_load.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
1162 #ifndef mdbx_strdup
1163 LIBMDBX_API char *mdbx_strdup(const char *str);
3670 subname = mdbx_strdup(str); in readhdr()
4017 subname = mdbx_strdup(optarg); in main()
H A Dmdbx_copy.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
1162 #ifndef mdbx_strdup
1163 LIBMDBX_API char *mdbx_strdup(const char *str);
H A Dmdbx_drop.c770 #define mdbx_strdup _strdup macro
813 #define mdbx_strdup strdup macro
1164 #ifndef mdbx_strdup
1165 LIBMDBX_API char *mdbx_strdup(const char *str);
H A Dmdbx_dump.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
1162 #ifndef mdbx_strdup
1163 LIBMDBX_API char *mdbx_strdup(const char *str);
H A Dmdbx_stat.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
1162 #ifndef mdbx_strdup
1163 LIBMDBX_API char *mdbx_strdup(const char *str);
H A Dmdbx_chk.c768 #define mdbx_strdup _strdup macro
811 #define mdbx_strdup strdup macro
1162 #ifndef mdbx_strdup
1163 LIBMDBX_API char *mdbx_strdup(const char *str);
3677 dbi->name = mdbx_strdup(dbi_name); in pagemap_lookup_dbi()
H A Dmdbx.c++746 #define mdbx_strdup _strdup macro
789 #define mdbx_strdup strdup macro
1140 #ifndef mdbx_strdup
1141 LIBMDBX_API char *mdbx_strdup(const char *str);
H A Dmdbx.c746 #define mdbx_strdup _strdup macro
789 #define mdbx_strdup strdup macro
1140 #ifndef mdbx_strdup
1141 LIBMDBX_API char *mdbx_strdup(const char *str);
23142 char *namedup = mdbx_strdup(table_name); in dbi_open()
26236 #ifndef mdbx_strdup
26237 char *mdbx_strdup(const char *str) { in mdbx_strdup() function