Home
last modified time | relevance | path

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

/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_endian.c75 gaiaExport16 (buf_out, shrt_val, LITTLE_ENDIAN_ENCODED, LITTLE_ENDIAN_ARCH); in main()
84 gaiaExport16 (buf_out, shrt_val, BIG_ENDIAN_ENCODED, BIG_ENDIAN_ARCH); in main()
93 gaiaExport16 (buf_out, shrt_val, LITTLE_ENDIAN_ENCODED, LITTLE_ENDIAN_ARCH); in main()
102 gaiaExport16 (buf_out, shrt_val, LITTLE_ENDIAN_ENCODED, BIG_ENDIAN_ARCH); in main()
111 gaiaExport16 (buf_out, shrt_val, BIG_ENDIAN_ENCODED, LITTLE_ENDIAN_ARCH); in main()
120 gaiaExport16 (buf_out, shrt_val, BIG_ENDIAN_ENCODED, BIG_ENDIAN_ARCH); in main()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DNetwork.cpp679 gaiaExport16(out, n_star, 1, endian_arch); // # of outcoming arcs in OutputNetNode()
840 gaiaExport16(out, len, 1, endian_arch); // the Table Name length, including last '\0' in CreateNetwork()
848gaiaExport16(out, len, 1, endian_arch); // the NodeFrom column Name length, including last '\0' in CreateNetwork()
856 gaiaExport16(out, len, 1, endian_arch); // the NodeTo column Name length, including last '\0' in CreateNetwork()
864gaiaExport16(out, len, 1, endian_arch); // the Geometry column Name length, including last '\0' in CreateNetwork()
875 gaiaExport16(out, len, 1, endian_arch); // the Name column Name length, including last '\0' in CreateNetwork()
909 gaiaExport16(out, 0, 1, endian_arch); // how many Nodes are into this block in CreateNetwork()
923 gaiaExport16(buf + 1, nodes_cnt, 1, endian_arch); // how many Nodes are into this block in CreateNetwork()
943 gaiaExport16(out, 0, 1, endian_arch); // how many Nodes are into this block in CreateNetwork()
955 gaiaExport16(buf + 1, nodes_cnt, 1, endian_arch); // how many Nodes are into this block in CreateNetwork()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_network.c783 gaiaExport16 (out, n_star, 1, endian_arch); /* # of outcoming arcs */ in output_node()
894 gaiaExport16 (out, len, 1, endian_arch); /* the Table Name length, including last '\0' */ in create_network_data()
902gaiaExport16 (out, len, 1, endian_arch); /* the NodeFrom column Name length, including last '\0' */ in create_network_data()
910 gaiaExport16 (out, len, 1, endian_arch); /* the NodeTo column Name length, including last '\0' */ in create_network_data()
921gaiaExport16 (out, len, 1, endian_arch); /* the Geometry column Name length, including last '\0' */ in create_network_data()
933 gaiaExport16 (out, len, 1, endian_arch); /* the Name column Name length, including last '\0' */ in create_network_data()
965 gaiaExport16 (out, 0, 1, endian_arch); /* how many Nodes are into this block */ in create_network_data()
979 gaiaExport16 (buf + 1, nodes_cnt, 1, endian_arch); /* how many Nodes are into this block */ in create_network_data()
998 gaiaExport16 (out, 0, 1, endian_arch); /* how many Nodes are into this block */ in create_network_data()
1010 gaiaExport16 (buf + 1, nodes_cnt, 1, endian_arch); /* how many Nodes are into this block */ in create_network_data()
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dcreate_routing.c1919 gaiaExport16 (out, len, 1, endian_arch); /* the Table Name length, including last '\0' */ in do_prepare_header()
1927gaiaExport16 (out, len, 1, endian_arch); /* the NodeFrom column Name length, including last '\0' */ in do_prepare_header()
1935gaiaExport16 (out, len, 1, endian_arch); /* the NodeTo column Name length, including last '\0' */ in do_prepare_header()
1946gaiaExport16 (out, len, 1, endian_arch); /* the Geometry column Name length, including last '\0' */ in do_prepare_header()
1958 gaiaExport16 (out, len, 1, endian_arch); /* the Name column Name length, including last '\0' */ in do_prepare_header()
2009 gaiaExport16 (out, count_outcomings, 1, endian_arch); /* # of outcoming arcs */ in output_node()
2191 gaiaExport16 (out, 0, 1, endian_arch); /* how many Nodes are into this block */ in do_create_data()
2228 gaiaExport16 (buf + 1, nodes_cnt, 1, endian_arch); /* how many Nodes are into this block */ in do_create_data()
2250 gaiaExport16 (out, 0, 1, endian_arch); /* how many Nodes are into this block */ in do_create_data()
2273 gaiaExport16 (buf + 1, nodes_cnt, 1, endian_arch); /* how many Nodes are into this block */ in do_create_data()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_xml.c1844 gaiaExport16 (buf + 11, uri_len, 1, endian_arch); /* the SchemaURI length in bytes */ in gaiaXmlToBlob()
1853 gaiaExport16 (ptr, fileid_len, 1, endian_arch); /* the FileIdentifier length in bytes */ in gaiaXmlToBlob()
1875 gaiaExport16 (ptr, name_len, 1, endian_arch); /* the Name length in bytes */ in gaiaXmlToBlob()
1886 gaiaExport16 (ptr, title_len, 1, endian_arch); /* the Title length in bytes */ in gaiaXmlToBlob()
1897 gaiaExport16 (ptr, abstract_len, 1, endian_arch); /* the Abstract length in bytes */ in gaiaXmlToBlob()
1908 gaiaExport16 (ptr, geometry_len, 1, endian_arch); /* the Geometry length in bytes */ in gaiaXmlToBlob()
2182 gaiaExport16 (buf + 11, uri_len, 1, endian_arch); /* the SchemaURI length in bytes */ in gaiaXmlBlobCompression()
2211 gaiaExport16 (ptr, name_len, 1, endian_arch); /* the Name length in bytes */ in gaiaXmlBlobCompression()
2221 gaiaExport16 (ptr, title_len, 1, endian_arch); /* the Title length in bytes */ in gaiaXmlBlobCompression()
2231 gaiaExport16 (ptr, abstract_len, 1, endian_arch); /* the Abstract length in bytes */ in gaiaXmlBlobCompression()
[all …]
H A Dgg_endian.c415 gaiaExport16 (unsigned char *p, short value, int little_endian, in gaiaExport16() function
H A Dgg_shape.c4683gaiaExport16 (buf_shp + 8, (short) dbf_size, GAIA_LITTLE_ENDIAN, endian_arch); /* exports the file… in gaiaFlushShpHeaders()
4684gaiaExport16 (buf_shp + 10, (short) dbf_reclen, GAIA_LITTLE_ENDIAN, endian_arch); /* exports the r… in gaiaFlushShpHeaders()
5515gaiaExport16 (bf + 8, (short) dbf_size, GAIA_LITTLE_ENDIAN, endian_arch); /* exports the file head… in gaiaFlushDbfHeader()
5516gaiaExport16 (bf + 10, (short) dbf_reclen, GAIA_LITTLE_ENDIAN, endian_arch); /* exports the record… in gaiaFlushDbfHeader()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_formats.h200 GAIAGEO_DECLARE void gaiaExport16 (unsigned char *p, short value,
/dports/databases/spatialite/libspatialite-5.0.1/src/stored_procedures/
H A Dstored_procedures.c553 gaiaExport16 (p_out, num_vars, 1, endian_arch); /* Number of Variables */ in gaia_sql_proc_parse()
560 gaiaExport16 (p_out, len, 1, endian_arch); /* Variable Name length */ in gaia_sql_proc_parse()
566 gaiaExport16 (p_out, item->count, 1, endian_arch); /* Variable reference count */ in gaia_sql_proc_parse()