PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
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
Enumerator
Properties
Files
File List
Globals
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
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
◆
postgis_libjson_version()
Datum postgis_libjson_version
(
PG_FUNCTION_ARGS
)
Definition at line
66
of file
lwgeom_in_geojson.c
.
67
{
68
#ifndef HAVE_LIBJSON
69
PG_RETURN_NULL();
70
#else
/* HAVE_LIBJSON */
71
# ifdef JSON_C_VERSION
72
const
char
*ver = json_c_version();
73
# else
74
const
char
*ver =
"UNKNOWN"
;
75
# endif
76
text *
result
=
cstring2text
(ver);
77
PG_RETURN_POINTER(
result
);
78
#endif
79
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:262
cstring2text
static text * cstring2text(const char *cstring)
Definition:
lwgeom_in_geojson.c:41
References
cstring2text()
, and
result
.
Here is the call graph for this function:
postgis
lwgeom_in_geojson.c
Generated by
1.9.1