Searched refs:zPType (Results 1 – 1 of 1) sorted by relevance
23081 const char *zPType; /* Pointer type when MEM_Term|MEM_Subtype|MEM_Null */ member82852 const char *zPType,82857 pMem->u.zPType = zPType ? zPType : "";89628 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){89632 && zPType!=089634 && strcmp(p->u.zPType, zPType)==089934 const char *zPType,89948 sqlite3VdbeMemSetPointer(pOut, pPtr, zPType, xDestructor);90433 assert( pVal->u.zPType!=0 && strcmp(pVal->u.zPType,"ValueList")==0 );