Searched refs:zPType (Results 1 – 1 of 1) sorted by relevance
24479 const char *zPType; /* Pointer type when MEM_Term|MEM_Subtype|MEM_Null */ member86537 const char *zPType, argument86542 pMem->u.zPType = zPType ? zPType : "";93744 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ argument93748 && zPType!=093750 && strcmp(p->u.zPType, zPType)==094066 const char *zPType, argument94080 sqlite3VdbeMemSetPointer(pOut, pPtr, zPType, xDestructor);94578 assert( pVal->u.zPType!=0 && strcmp(pVal->u.zPType,"ValueList")==0 );