PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
Go to the source code of this file.
Functions | |
static void | option_list_string_to_lower (char *key) |
const char * | option_list_search (char **olist, const char *key) |
Returns null if the key cannot be found. More... | |
size_t | option_list_length (char **olist) |
Returns the total number of keys and values in the list. More... | |
void | option_list_parse (char *input, char **olist) |
option_list is a null-terminated list of strings, where every odd string is a key and every even string is a value. More... | |
void | option_list_gdal_parse (char *input, char **olist) |