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

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dasn1_dsa.c110 int isnull = WPACKET_is_null_buf(pkt); local
115 if (!isnull) {
128 || (!isnull && !WPACKET_finish(dummypkt))) {
129 if (!isnull)
141 || (!isnull && !ossl_encode_der_integer(pkt, r))
142 || (!isnull && !ossl_encode_der_integer(pkt, s))
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c31615 int needQuote, isnull; local
[all...]

Completed in 469 milliseconds