Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dasn1_dsa.c110 int isnull = WPACKET_is_null_buf(pkt); in ossl_encode_der_dsa_sig() local
115 if (!isnull) { in ossl_encode_der_dsa_sig()
128 || (!isnull && !WPACKET_finish(dummypkt))) { in ossl_encode_der_dsa_sig()
129 if (!isnull) in ossl_encode_der_dsa_sig()
141 || (!isnull && !ossl_encode_der_integer(pkt, r)) in ossl_encode_der_dsa_sig()
142 || (!isnull && !ossl_encode_der_integer(pkt, s)) in ossl_encode_der_dsa_sig()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c31615 int needQuote, isnull; in sqlite3_str_vappendf() local
31625 isnull = escarg==0; in sqlite3_str_vappendf()
31626 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3_str_vappendf()
31639 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()