Home
last modified time | relevance | path

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

/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_sequence.c291 if (gaiaCreateSequence (NULL, "xx") != NULL) in test_capi()
321 if (gaiaCreateSequence (cache, NULL) == NULL) in test_capi()
326 if (gaiaCreateSequence (cache, NULL) == NULL) in test_capi()
331 if (gaiaCreateSequence (cache, "abc") == NULL) in test_capi()
336 if (gaiaCreateSequence (cache, "abc") == NULL) in test_capi()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_sequence.h102 GAIASEQ_DECLARE gaiaSequencePtr gaiaCreateSequence (const void *p_cache,
/dports/databases/spatialite/libspatialite-5.0.1/src/connection_cache/
H A Dgg_sequence.c61 gaiaCreateSequence (const void *p_cache, const char *seq_name) in gaiaCreateSequence() function
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dspatialite.c41676 seq = gaiaCreateSequence (cache, seq_name); in fnct_sequence_nextval()
41719 seq = gaiaCreateSequence (cache, seq_name); in fnct_sequence_setval()