Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h112 struct Mem { struct
120 typedef struct Mem Mem; argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8166 typedef struct Mem Mem; typedef
12625 struct Mem { struct
12641 Mem *pScopyFrom; /* This Mem is a shallow copy of pScopyFrom */ argument
12642 void *pFiller; /* So that sizeof(Mem) is a multiple of 8 */ argument
12644 void (*xDel)(void *); /* If not null, call this function to delete Mem.z */ argument
12649 ** representations of the value stored in the Mem struct. argument

Completed in 247 milliseconds