Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c5024 typedef struct sqlite3_value sqlite3_value; typedef
20134 struct sqlite3_value { struct
20135 union MemValue {
20141 } u;
20143 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
20144 u8 eSubtype; /* Subtype for this value */
20146 char *z; /* String or BLOB value */
20149 int szMalloc; /* Size of the zMalloc allocation */
20151 sqlite3 *db; /* The associated database connection */
20152 void (*xDel)(void*);/* Destructor for Mem.z - only valid if MEM_Dyn */
[all …]
H A Dsqlite3.h3985 typedef struct sqlite3_value sqlite3_value; typedef

Completed in 348 milliseconds