Searched refs:isnull (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A DAndroid.mk8 isnull.c \
/external/sqlite/dist/orig/
H A Dsqlite3.c19960 int i, j, k, n, isnull; local
19965 isnull = escarg==0;
19966 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19971 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19960 int i, j, k, n, isnull; local
19965 isnull = escarg==0;
19966 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19971 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]

Completed in 2349 milliseconds