Home
last modified time | relevance | path

Searched refs:zPType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c23818 const char *zPType; /* Pointer type when MEM_Term|MEM_Subtype|MEM_Null */ member
84799 const char *zPType,
84804 pMem->u.zPType = zPType ? zPType : "";
91674 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){
91678 && zPType!=0
91680 && strcmp(p->u.zPType, zPType)==0
91980 const char *zPType,
91994 sqlite3VdbeMemSetPointer(pOut, pPtr, zPType, xDestructor);
92490 assert( pVal->u.zPType!=0 && strcmp(pVal->u.zPType,"ValueList")==0 );