tinyows 1.2.2
|
Go to the source code of this file.
Functions | |
void | fe_error (ows *o, filter_encoding *fe) |
buffer * | fill_fe_error (ows *o, filter_encoding *fe) |
void fe_error | ( | ows * | o, |
filter_encoding * | fe | ||
) |
Definition at line 34 of file fe_error.c.
References Filter_encoding::error_code, FE_ERROR_BBOX, FE_ERROR_FEATUREID, FE_ERROR_FID, FE_ERROR_FILTER, FE_ERROR_FUNCTION, FE_ERROR_GEOM_PROPERTYNAME, FE_ERROR_GEOMETRY, FE_ERROR_NAMESPACE, FE_ERROR_PROPERTYNAME, FE_ERROR_SRS, FE_ERROR_UNITS, filter_encoding_free(), ows_error(), and OWS_ERROR_INVALID_PARAMETER_VALUE.
Referenced by wfs_delete(), and wfs_retrieve_sql_request_list().
buffer * fill_fe_error | ( | ows * | o, |
filter_encoding * | fe | ||
) |
Definition at line 79 of file fe_error.c.
References buffer_add_str(), buffer_init(), Filter_encoding::error_code, FE_ERROR_BBOX, FE_ERROR_FEATUREID, FE_ERROR_FID, FE_ERROR_FILTER, FE_ERROR_GEOM_PROPERTYNAME, FE_ERROR_GEOMETRY, FE_ERROR_PROPERTYNAME, FE_ERROR_SRS, and FE_ERROR_UNITS.
Referenced by wfs_delete_xml(), wfs_insert_xml(), and wfs_update_xml().