Home
last modified time | relevance | path

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

/src/crypto/openssl/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()
/src/contrib/lyaml/lib/lyaml/
H A Dfunctional.lua36 local function isnull(x) function
86 isnull = isnull,
H A Dinit.lua42 local isnull = functional.isnull function
197 if isnull(node) then