PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include "liblwgeom_internal.h"
Go to the source code of this file.
Macros | |
#define | OPTION_LIST_SIZE 128 |
Functions | |
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... | |
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_gdal_parse (char *input, char **olist) |