PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ mcxt_ptr_hasha()

uint32 mcxt_ptr_hasha ( const void *  key,
Size  keysize 
)

Definition at line 208 of file lwgeom_geos_prepared.c.

Referenced by CreatePrepGeomHash().

209 {
210  uint32 hashval;
211 
212  hashval = DatumGetUInt32(hash_any(key, keysize));
213 
214  return hashval;
215 }
Here is the caller graph for this function: