Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218224 typedef struct RtreeMatchArg RtreeMatchArg; typedef
218516 struct RtreeMatchArg { struct
218526 (offsetof(RtreeMatchArg,aParam)+(N)*sizeof(RtreeDValue))
219942 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */
219951 pBlob = (RtreeMatchArg*)&pInfo[1];
224303 RtreeMatchArg *p = (RtreeMatchArg*)pArg;
224326 RtreeMatchArg *pBlob;
224331 pBlob = (RtreeMatchArg *)sqlite3_malloc64(nBlob);