Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10339 #define EP_Error 0x0008 /* Expression contains one or more errors */ macro
72982 ExprSetProperty(pExpr, EP_Error);
72989 return ExprHasProperty(pExpr, EP_Error);
/NextBSD/contrib/sqlite3/
HDsqlite3.c12057 #define EP_Error 0x000008 /* Expression contains one or more errors */ macro
84078 ExprSetProperty(pExpr, EP_Error);
84084 return ExprHasProperty(pExpr, EP_Error);