tinyows 1.2.2
|
#include <stdio.h>
#include <stdlib.h>
#include <regex.h>
#include <string.h>
#include <assert.h>
#include "../ows/ows.h"
Go to the source code of this file.
Functions | |
bool | check_regexp (const char *str_request, const char *str_regex) |
bool check_regexp | ( | const char * | str_request, |
const char * | str_regex | ||
) |
Definition at line 36 of file regexp.c.
Referenced by cgi_add_buffer(), cgi_parse_kvp(), cgi_parse_xml(), fe_envelope(), fe_expression(), fe_property_name(), fe_transform_coord_gml2_to_psql(), fe_xpath_property_name(), ows_psql_postgis_version(), ows_psql_timestamp_to_xml_time(), ows_request_check(), ows_request_check_version(), ows_version_set_str(), wfs_execute_transaction_request(), and wfs_request_check_propertyname().