Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c12389 typedef struct Mem Mem; typedef
17810 struct Mem { struct
17811 union MemValue { argument
17829 void (*xDel)(void*);/* Destructor for Mem.z - only valid if MEM_Dyn */ argument
17831 Mem *pScopyFrom; /* This Mem is a shallow copy of pScopyFrom */ argument
17832 void *pFiller; /* So that sizeof(Mem) is a multiple of 8 */ argument

Completed in 447 milliseconds