Home
last modified time | relevance | path

Searched defs:Mem (Results 1 – 1 of 1) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c6817 typedef struct Mem Mem; typedef
15187 struct Mem { struct
15199 void (*xDel)(void *); /* If not null, call this function to delete Mem.z */ argument
15204 ** representations of the value stored in the Mem struct. argument
41771 const void *(*xFunc)(Mem*), in columnName()