Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
ht_uu.c
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2016-2018 crowell
2
// SPDX-FileCopyrightText: 2016-2018 pancake <pancake@nopcode.org>
3
// SPDX-FileCopyrightText: 2016-2018 ret2libc <sirmy15@gmail.com>
4
// SPDX-License-Identifier: BSD-3-Clause
5
6
#include "
ht_uu.h
"
7
8
#include "
ht_inc.c
"
9
10
RZ_API
HtName_
(Ht) *
Ht_
(new0)(void) {
11
HT_
(Options)
12
opt = {
13
.cmp =
NULL
,
14
.hashfn =
NULL
,
15
.dupkey =
NULL
,
16
.dupvalue =
NULL
,
17
.calcsizeK =
NULL
,
18
.calcsizeV =
NULL
,
19
.freefn =
NULL
20
};
21
return
Ht_
(new_opt)(&opt);
22
}
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
NULL
#define NULL
Definition:
cris-opc.c:27
ht_inc.c
HT_
#define HT_(name)
Definition:
ht_inc.h:45
Ht_
#define Ht_(name)
Definition:
ht_inc.h:44
HtName_
RZ_API HtName_(Ht)
Definition:
ht_uu.c:10
ht_uu.h
librz
util
sdb
src
ht_uu.c
Generated by
1.9.1