Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23243 const char *zPType; /* Pointer type when MEM_Term|MEM_Subtype|MEM_Null */ member
83298 const char *zPType,
83303 pMem->u.zPType = zPType ? zPType : "";
90087 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){
90091 && zPType!=0
90093 && strcmp(p->u.zPType, zPType)==0
90393 const char *zPType,
90407 sqlite3VdbeMemSetPointer(pOut, pPtr, zPType, xDestructor);
90903 assert( pVal->u.zPType!=0 && strcmp(pVal->u.zPType,"ValueList")==0 );