PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
optionlist.c File Reference
#include "liblwgeom_internal.h"
#include "optionlist.h"
#include <ctype.h>
#include <string.h>
Include dependency graph for optionlist.c:

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.
 
size_t option_list_length (char **olist)
 Returns the total number of keys and values in the list.
 
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.
 
void option_list_gdal_parse (char *input, char **olist)