Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218596 typedef struct RtreeMatchArg RtreeMatchArg; typedef
218888 struct RtreeMatchArg { struct
218898 (offsetof(RtreeMatchArg,aParam)+(N)*sizeof(RtreeDValue))
220320 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */
220329 pBlob = (RtreeMatchArg*)&pInfo[1];
224686 RtreeMatchArg *p = (RtreeMatchArg*)pArg;
224709 RtreeMatchArg *pBlob;
224714 pBlob = (RtreeMatchArg *)sqlite3_malloc64(nBlob);