Home
last modified time | relevance | path

Searched refs:ows_layer_no_uri_to_uri (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_get_feature.c397 layer_uri = ows_layer_no_uri_to_uri(o->layers, fe->first->value); in wfs_gml_display_results()
611 layer_uri = ows_layer_no_uri_to_uri(o->layers, fid->first->value); in wfs_retrieve_sql_request_list()
H A Dwfs_request.c305 layer = ows_layer_no_uri_to_uri(o->layers, fe->last->value); in wfs_request_check_fid()
/dports/graphics/tinyows/tinyows-1.1.0/src/
H A Dows_api.h147 buffer *ows_layer_no_uri_to_uri(const ows_layer_list * ll, buffer * name_no_uri);
/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_layer.c392 buffer *ows_layer_no_uri_to_uri(const ows_layer_list * ll, buffer * layer_name_no_uri) in ows_layer_no_uri_to_uri() function