PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
option_list_string_to_lower()
static void option_list_string_to_lower
(
char *
key
)
static
Definition at line
32
of file
optionlist.c
.
33
{
34
if
(!key)
return
;
35
while
(*key) {
36
*key = tolower(*key);
37
key++;
38
}
39
return
;
40
}
Referenced by
option_list_parse()
.
Here is the caller graph for this function:
liblwgeom
optionlist.c
Generated by
1.9.1