Home
last modified time | relevance | path

Searched refs:ows_layer_match_table (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_request.c339 if (!ows_layer_match_table(o, ln->layer->name)) continue; in ows_request_check()
H A Dows_layer.c84 bool ows_layer_match_table(const ows * o, const buffer * name) in ows_layer_match_table() function
/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_request.c218 if (!n || !ows_layer_match_table(o, n)) { in wfs_request_check_typename()
827 if (ows_layer_match_table(o, ln->layer->name)) in wfs_request_check_describe_feature_type()
H A Dwfs_get_capabilities.c261 if (ows_layer_match_table(o, ln->layer->name)) { in wfs_feature_type_list()
/dports/graphics/tinyows/tinyows-1.1.0/src/
H A Dows_api.h165 bool ows_layer_match_table (const ows * o, const buffer * name);