Home
last modified time | relevance | path

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

/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_transaction.c331 enum wfs_insert_idgen handle_idgen = WFS_GENERATE_NEW; in wfs_insert_xml() local
357 if (!strcmp((char *) attr, "ReplaceDuplicate")) handle_idgen = WFS_REPLACE_DUPLICATE; in wfs_insert_xml()
358 else if (!strcmp((char *) attr, "UseExisting")) handle_idgen = WFS_USE_EXISTING; in wfs_insert_xml()
414 idgen = handle_idgen; in wfs_insert_xml()