Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c222893 typedef struct GeoPoly GeoPoly; typedef
222894 struct GeoPoly { struct
222903 #define GEOPOLY_SZ(N) (sizeof(GeoPoly) + sizeof(GeoCoord)*2*((N)-4))
223002 static GeoPoly *geopolyParseJson(const unsigned char *z, int *pRc){
223047 GeoPoly *pOut;
223079 static GeoPoly *geopolyFuncParam(
223084 GeoPoly *p = 0;
223145 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
223165 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
223192 GeoPoly *p;
[all …]