Searched refs:SQLITE_NULL (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.h135 operator bool () const { return type() != SQLITE_NULL; }
136 bool operator ! () const { return type() == SQLITE_NULL; }
260 operator bool () const { return type() != SQLITE_NULL; }
261 bool operator ! () const { return type() == SQLITE_NULL; }
H A Dsqlite++.cpp429 case SQLITE_NULL:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.h135 operator bool () const { return type() != SQLITE_NULL; }
136 bool operator ! () const { return type() == SQLITE_NULL; }
260 operator bool () const { return type() != SQLITE_NULL; }
261 bool operator ! () const { return type() == SQLITE_NULL; }
H A Dsqlite++.cpp429 case SQLITE_NULL:
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c155 case SQLITE_NULL:
261 if (row->columns[n]->type == SQLITE_NULL) {
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h3385 #define SQLITE_NULL 5 macro
3423 ** [SQLITE_FLOAT], [SQLITE_TEXT], [SQLITE_BLOB], or [SQLITE_NULL]. The value
H A Dsqlite3.c3938 #define SQLITE_NULL 5 macro
3976 ** [SQLITE_FLOAT], [SQLITE_TEXT], [SQLITE_BLOB], or [SQLITE_NULL]. The value
10149 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12699 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c569 case SQLITE_NULL:
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbItem.c829 case SQLITE_NULL:

Completed in 410 milliseconds