PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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: