PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
optionlist.h File Reference
Include dependency graph for optionlist.h:
This graph shows which files directly or indirectly include this file:

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.
 
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_gdal_parse (char *input, char **olist)