Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9654 typedef struct Mem Mem; typedef
14665 struct Mem { struct
14666 union MemValue { argument
14683 void (*xDel)(void*);/* Destructor for Mem.z - only valid if MEM_Dyn */ argument
14685 Mem *pScopyFrom; /* This Mem is a shallow copy of pScopyFrom */ argument
14686 void *pFiller; /* So that sizeof(Mem) is a multiple of 8 */ argument

Completed in 336 milliseconds