Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c222515 typedef struct GeoPoly GeoPoly; typedef
222516 struct GeoPoly { struct
222525 #define GEOPOLY_SZ(N) (sizeof(GeoPoly) + sizeof(GeoCoord)*2*((N)-4))
222624 static GeoPoly *geopolyParseJson(const unsigned char *z, int *pRc){
222669 GeoPoly *pOut;
222701 static GeoPoly *geopolyFuncParam(
222706 GeoPoly *p = 0;
222767 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222787 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222814 GeoPoly *p;
[all …]