Searched refs:pType (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/common/lib/libc/misc/ |
| H A D | ubsan.c | 257 static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType); 260 static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, … 262 …rializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L); 263 …lizeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L); 265 …tOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pN… 266 …FloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN… 268 static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe… 269 static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumb… 271 …*szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN… 273 …*szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN… [all …]
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 116474 sqlite3_value *pType, 116478 const char *zT = (const char*)sqlite3_value_text(pType); 122590 SQLITE_PRIVATE void sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType){ 122605 if( pType ){ 122606 if( pType->n==7 && sqlite3StrNICmp("virtual",pType->z,7)==0 ){ 122608 }else if( pType->n==6 && sqlite3StrNICmp("stored",pType->z,6)==0 ){ 176863 static int keywordCode(const char *z, int n, int *pType){ 177031 *pType = aKWCode[i];
|